better looking dashboard

This commit is contained in:
daniel31x13
2023-11-09 11:44:49 -05:00
parent 518b94b1f4
commit 3dfbccaf23
8 changed files with 83 additions and 42 deletions
+3 -3
View File
@@ -58,9 +58,9 @@ export default function MainLayout({ children }: Props) {
</div>
<div
className={`w-full flex flex-col min-h-screen lg:ml-64 xl:ml-80 ${
showAnnouncement ? "mt-10" : ""
}`}
className={`w-full flex flex-col min-h-${
showAnnouncement ? "full" : "screen"
} lg:ml-64 xl:ml-80 ${showAnnouncement ? "mt-10" : ""}`}
>
<Navbar />
{children}