From 87ade200af3947e22fe0291ff4ee796e6c018cd0 Mon Sep 17 00:00:00 2001 From: Lambda Date: Fri, 24 Apr 2026 01:11:47 +0800 Subject: [PATCH] fix(chat): taller default composer (~3 lines visible, 8 max) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit min-h 4rem → 7rem, max-h 10rem → 15rem. Empty state previously showed only 1 text row after pb-9 for the action bar; raise the floor so there's visible writing room and lift the ceiling so a longer draft can grow before scrolling kicks in. --- packages/views/chat/components/chat-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/views/chat/components/chat-input.tsx b/packages/views/chat/components/chat-input.tsx index d5f9e5c0c..51745c900 100644 --- a/packages/views/chat/components/chat-input.tsx +++ b/packages/views/chat/components/chat-input.tsx @@ -81,7 +81,7 @@ export function ChatInput({ return (
-
+
{topSlot}