fixes and improvements

This commit is contained in:
2026-05-06 23:37:19 +02:00
parent b0d84399ab
commit b789034bbe
6 changed files with 349 additions and 311 deletions
+2 -2
View File
@@ -161,7 +161,7 @@ function Shell({
minHeight: 44,
py: 1,
px: 1.5,
minWidth: { xs: 96, md: 120 },
minWidth: { xs: 88, md: 108 },
textTransform: "none",
fontWeight: 600,
},
@@ -199,7 +199,7 @@ function Shell({
</AppBar>
<Container
maxWidth={false}
sx={{ py: { xs: 2, md: 3 }, px: { xs: 1.5, sm: 2.5, md: 3 } }}
sx={{ py: { xs: 1.5, md: 2 }, px: { xs: 1.25, sm: 2, md: 2.5 } }}
>
<Routes>
<Route path="/" element={<Dashboard />} />