feat: Update Appshell styling for improved layout; adjust padding and height in title class; modify GridDashboard component for margin in Group

This commit is contained in:
2025-05-09 00:45:48 +02:00
parent 2becc8bc7c
commit b087271255
2 changed files with 4 additions and 4 deletions
@@ -16,9 +16,9 @@
var(--mantine-font-family);
margin-bottom: var(--mantine-spacing-sm);
background-color: var(--mantine-color-body);
padding: var(--mantine-spacing-md);
padding-top: 18px;
height: px;
padding: var(--mantine-spacing-xs);
padding-top: 15px;
height: 50px;
border-bottom: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-7));
}
+1 -1
View File
@@ -49,7 +49,7 @@ export const GridDashboard = () => {
return (
<>
<Group p="md">
<Group mb="xs">
<Switch
checked={showGrid}
onChange={(event) => setShowGrid(event.currentTarget.checked)}