fix: align top bars to uniform h-14 height

This commit is contained in:
Linus Rath
2026-06-02 01:08:09 +02:00
parent 31100b8f87
commit 75c02f443f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -942,7 +942,7 @@ 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 && (
<div className={cn("flex items-center border-b border-border", isCollapsed ? "justify-center px-2 py-2" : "gap-1 px-2 py-2")}>
<div className={cn("flex items-center border-b border-border h-14", isCollapsed ? "justify-center px-2" : "gap-1 px-2")}>
<Button
variant="ghost"
size="icon"