More spacing for header bar

This commit is contained in:
Will Chen
2025-04-23 17:37:24 -07:00
parent 901291bc70
commit 0dcbb44e2b
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export default function RootLayout({
<DeepLinkProvider> <DeepLinkProvider>
<SidebarProvider> <SidebarProvider>
<AppSidebar /> <AppSidebar />
<div className="flex h-screenish w-full overflow-x-hidden mt-8 mb-4 mr-4 border-t border-l border-border rounded-lg bg-background"> <div className="flex h-screenish w-full overflow-x-hidden mt-12 mb-4 mr-4 border-t border-l border-border rounded-lg bg-background">
{children} {children}
</div> </div>
<Toaster richColors /> <Toaster richColors />

View File

@@ -63,7 +63,7 @@
} }
.h-screenish { .h-screenish {
height: calc(100vh - 48px); height: calc(100vh - 64px);
} }
:root { :root {