From f283dedcbca99c7895fb7d0cf4ac5b7a2b5b6760 Mon Sep 17 00:00:00 2001 From: hobby Date: Wed, 26 Feb 2025 09:23:52 +0800 Subject: [PATCH] fix chat ui for mobile --- src/components/ChatUI.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ChatUI.tsx b/src/components/ChatUI.tsx index 51757a2..5da1ee8 100644 --- a/src/components/ChatUI.tsx +++ b/src/components/ChatUI.tsx @@ -380,8 +380,8 @@ const ChatUI = () => { return ( <> -
-
+
+
{/* Header */}
@@ -552,8 +552,8 @@ const ChatUI = () => {
{/* Input Area */} -
-
+
+
{messages.length > 0 && (