From 77bdf932fc55bf57076b0270b5c67bb04c413a61 Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Thu, 30 Jul 2026 07:47:02 -0500 Subject: [PATCH] fix(desktop): fuse the status stack to the composer again pb-2 on the in-flow stack wrapper opened an 8px gap under the card and broke the shared seam the dock card is built for. --- apps/desktop/src/app/chat/composer/status-stack/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/app/chat/composer/status-stack/index.tsx b/apps/desktop/src/app/chat/composer/status-stack/index.tsx index 7814674bbfd..6f48847c412 100644 --- a/apps/desktop/src/app/chat/composer/status-stack/index.tsx +++ b/apps/desktop/src/app/chat/composer/status-stack/index.tsx @@ -226,7 +226,7 @@ export function ComposerStatusStack({ queue, sessionId }: ComposerStatusStackPro // In flow in the dock column, directly above the composer. The dock is // bottom-anchored, so this grows upward over the thread without needing // to be positioned — and it shares the dock's left edge for free. - className="flex max-h-[40vh] min-h-0 flex-col overflow-y-auto pb-2" + className="flex max-h-[40vh] min-h-0 flex-col overflow-y-auto" onPointerDownCapture={() => blurComposerInput()} > {/* The card paints the shared --composer-fill (rest / scrolled / focused