From 63c929da81805f50742fed9571e5bdb2a4b37e3e Mon Sep 17 00:00:00 2001 From: zhangtony239 Date: Sat, 26 Apr 2025 17:55:05 +0800 Subject: [PATCH] Fix: ChatTextArea's height moving unexcepted when Roo Code width change. --- webview-ui/src/components/chat/ChatTextArea.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 484f50c250..43722a5d6d 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -880,9 +880,7 @@ const ChatTextArea = forwardRef( : "bg-vscode-input-background", "transition-background-color duration-150 ease-in-out", "will-change-background-color", - "h-[100px]", - "[@media(min-width:150px)]:min-h-[80px]", - "[@media(min-width:425px)]:min-h-[60px]", + "min-h-[90px]", "box-border", "rounded", "resize-none",