diff --git a/apps/desktop/src/app/chat/index.tsx b/apps/desktop/src/app/chat/index.tsx index a5c5e38330..ac19adc60e 100644 --- a/apps/desktop/src/app/chat/index.tsx +++ b/apps/desktop/src/app/chat/index.tsx @@ -123,7 +123,7 @@ function ChatHeader({ title={title} > -
{children}
+ {/* No top padding here: the split-layout columns own their own + titlebar clearance so their backgrounds run flush to the card top + (otherwise the card surface shows as a gap above the sidebar). */} +
{children}
) diff --git a/apps/desktop/src/app/settings/about-settings.tsx b/apps/desktop/src/app/settings/about-settings.tsx index 991b860624..319f97960d 100644 --- a/apps/desktop/src/app/settings/about-settings.tsx +++ b/apps/desktop/src/app/settings/about-settings.tsx @@ -145,7 +145,7 @@ export function AboutSettings() {