From 01dfa6954f11450c8eeebaa4464fdd7d39ac8eb1 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 18 Mar 2026 17:03:08 +0100 Subject: [PATCH] fix: center site picker hover state in collapsed sidebar Reduce all sidebar section outer padding from px-3 to px-2 so hover backgrounds are wider and items center properly in the 64px collapsed width. All sections now consistent: px-2 outer + px-2.5 inner. --- components/dashboard/Sidebar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index f79e1fc..ac6dd28 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -101,7 +101,7 @@ function SitePicker({ sites, siteId, collapsed }: { sites: Site[]; siteId: strin ) return ( -
+