From 2d5aa7e711de07e57ec2875828b6f011e2e0c8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=BE=E9=A2=A2?= <112171315+guaoo@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:24:19 +0800 Subject: [PATCH] style(chat): solve the issue where the SetupBanner is cut off (#1078) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #1077 --- ## Summary by cubic Fix the SetupBanner being cut off in the empty chat state. The placeholder message now uses flex-1 instead of h-full so the banner renders fully. Co-authored-by: 顾颢 --- src/components/chat/MessagesList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chat/MessagesList.tsx b/src/components/chat/MessagesList.tsx index 4ef6af6..e77cc6e 100644 --- a/src/components/chat/MessagesList.tsx +++ b/src/components/chat/MessagesList.tsx @@ -53,7 +53,7 @@ export const MessagesList = forwardRef( )) ) : (
-
+
No messages yet
{!isAnyProviderSetup() && }