From 4cd8498ad30e6ea5f01e81346a81a2a1134864be Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Fri, 25 Apr 2025 00:18:09 +0530 Subject: finance/frontend: fix: fixed the border of navbar, added themetoggle button on the login page, fixed some aligned issue with the navbar --- frontend/src/app/(main)/layout.tsx | 43 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'frontend/src/app/(main)') diff --git a/frontend/src/app/(main)/layout.tsx b/frontend/src/app/(main)/layout.tsx index 5902dd6..ee1026c 100644 --- a/frontend/src/app/(main)/layout.tsx +++ b/frontend/src/app/(main)/layout.tsx @@ -93,7 +93,7 @@ export default function MainLayout({ return (
{/* Top Navigation */} -
+
{/* Mobile menu button - only visible on small screens */} @@ -199,11 +199,12 @@ export default function MainLayout({
{/* Main Content */} -
+
{/* Sidebar - hidden on mobile */}
-