Merge pull request #72886 from NousResearch/bb/desktop-titlebar-sidebar-bg

fix(desktop): paint the titlebar with the sidebar's surface color
This commit is contained in:
brooklyn! 2026-07-27 15:28:56 -05:00 committed by GitHub
commit 3be565fbde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -665,7 +665,7 @@ export function ContribController() {
tree-published --workspace-left/right vars (pure CSS, no rect
threading), clamped to clear the REAL TitlebarControls
clusters (fixed, z-70); center is truly window-centered. */}
<div className="relative flex h-[34px] shrink-0 items-center border-b border-(--ui-stroke-tertiary) text-xs">
<div className="relative flex h-[34px] shrink-0 items-center border-b border-(--ui-stroke-tertiary) bg-(--ui-sidebar-surface-background) text-xs">
{/* Drag strips, AppShell-style: cut to AVOID the fixed control
clusters instead of overlapping them Electron's no-drag
carve-out of fixed/transformed elements is unreliable, so a