From 0b545eaa76b1c162a7a457526e2a98befec560ed Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 18 Mar 2026 22:32:56 +0100 Subject: [PATCH] fix: align sidebar utility items with nav item layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use left-aligned rows with fading labels for theme, notifications, and profile — matching the nav items pattern. Fix app switcher alignment at top to match logo row. --- components/dashboard/Sidebar.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index 7d75ed3..e8d080b 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -344,8 +344,13 @@ export default function Sidebar({ return (
{/* App Switcher — top of sidebar (scope-level switch) */} -
- +
+ + + +
{/* Logo — fixed layout, text fades */} @@ -382,14 +387,16 @@ export default function Sidebar({ {/* Bottom — utility items */}
{/* Theme, Notifications, Profile */} -
-
+
+
+
-
+
+
-
+
+