mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
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.
This commit is contained in:
parent
b4f8c491d3
commit
77bdf932fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue