From b087271255774e922a1926726522af44f69d9469 Mon Sep 17 00:00:00 2001 From: egutierrez Date: Fri, 9 May 2025 00:45:48 +0200 Subject: [PATCH] feat: Update Appshell styling for improved layout; adjust padding and height in title class; modify GridDashboard component for margin in Group --- frontend/src/components/Appshell/Appshell.module.css | 6 +++--- frontend/src/components/Grid_dashboard.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Appshell/Appshell.module.css b/frontend/src/components/Appshell/Appshell.module.css index 1787f43..ace575a 100644 --- a/frontend/src/components/Appshell/Appshell.module.css +++ b/frontend/src/components/Appshell/Appshell.module.css @@ -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)); } diff --git a/frontend/src/components/Grid_dashboard.tsx b/frontend/src/components/Grid_dashboard.tsx index 5a1814e..0d64b52 100644 --- a/frontend/src/components/Grid_dashboard.tsx +++ b/frontend/src/components/Grid_dashboard.tsx @@ -49,7 +49,7 @@ export const GridDashboard = () => { return ( <> - + setShowGrid(event.currentTarget.checked)}