admin/home: better layout
Massimo Melina committed
Mar 1, 2025 at 00:17 UTC
15954f9f477b9a3d39c7c79d0bab9f73d3f8aa92
1 file changed
+1
-1
admin/src/HomePage.ts
+1
-1
@@ -109,7 +109,7 @@ export default function HomePage() {
109
!updates && with_(status.autoCheckUpdateResult, x => x?.isNewer && h(Update, { info: x, bodyCollapsed: true, title: "An update has been found" })),
110
pluginUpdates.length > 0 && entry('success', "Updates available for plugin(s): " + pluginUpdates.map(p => p.id).join(', ')),
111
h(ConfigForm, {
112
- gridProps: { sx: { columns: '15em 3', gap: 0, display: 'block', mt: 0, '&>div.MuiGrid-item': { pt: 0 }, '.MuiCheckbox-root': { pl: '2px' } } },
112
+ gridProps: { sx: { mt: 1, display: 'flex', columnGap: 1, alignitems: 'center', '&>div.MuiGrid2-root': { width: 'auto', px: .5, py: 0 }, '.MuiCheckbox-root': { pl: '2px' } } },
113
saveOnChange: true,
114
form: {
115
fields: [