Remove top padding from setting lists

This commit is contained in:
schroda
2024-09-05 00:34:13 +02:00
parent be471ba06b
commit 517c3edcfe
9 changed files with 9 additions and 9 deletions

View File

@@ -210,7 +210,7 @@ export const ServerSettings = () => {
const serverSettings = extractServerSettings(data!.settings);
return (
<List>
<List sx={{ pt: 0 }}>
{localSettings}
<List
subheader={