diff --git a/web/src/components/AppShell.tsx b/web/src/components/AppShell.tsx index 3843490..4da96e0 100644 --- a/web/src/components/AppShell.tsx +++ b/web/src/components/AppShell.tsx @@ -96,7 +96,7 @@ export function AppShell() { )} -
+
diff --git a/web/src/pages/AuditPage.tsx b/web/src/pages/AuditPage.tsx index 9df9003..eb98472 100644 --- a/web/src/pages/AuditPage.tsx +++ b/web/src/pages/AuditPage.tsx @@ -47,7 +47,7 @@ export function AuditPage() { style={{ display: "flex", flexDirection: "column", - height: "calc(100vh - 80px)", + height: "calc(100vh - 64px)", paddingBottom: 28, }} > diff --git a/web/src/pages/ItemsPage.tsx b/web/src/pages/ItemsPage.tsx index d57f639..4f77ab5 100644 --- a/web/src/pages/ItemsPage.tsx +++ b/web/src/pages/ItemsPage.tsx @@ -170,7 +170,7 @@ export function ItemsPage() { style={{ display: "flex", flexDirection: "column", - height: "calc(100vh - 80px)", + height: "calc(100vh - 64px)", paddingBottom: 28, }} >