diff --git a/components/layout/sidebar.tsx b/components/layout/sidebar.tsx index d9e380ec..79fbbf6c 100644 --- a/components/layout/sidebar.tsx +++ b/components/layout/sidebar.tsx @@ -942,30 +942,34 @@ export function Sidebar({ {/* Header - hidden in the Pro shell, which owns its own chrome and would otherwise render an empty strip (no collapse, no switcher). */} {!isEmbedded && ( -
- + // Border lives on the wrapper (outside the h-14 box) so the bar's total + // height matches the search/reply toolbars, which border-b their wrapper too. +
+
+ - + - {!isCollapsed && !hideAccountSwitcher && ( - - )} + {!isCollapsed && !hideAccountSwitcher && ( + + )} +
)}