From 981eaaff39a298a500eacfb27bee0ec7f15efd8c Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 18 Mar 2026 16:55:10 +0100 Subject: [PATCH] fix: center site picker hover state in collapsed sidebar Match site picker button padding (px-2.5) with nav items so the hover background aligns consistently. Remove title tooltip. --- components/dashboard/Sidebar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index e8e40a0..4d4ba97 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -104,8 +104,7 @@ function SitePicker({ sites, siteId, collapsed }: { sites: Site[]; siteId: strin