From c66dbbe433519424d879c2c225ecd30fbbbd0671 Mon Sep 17 00:00:00 2001 From: balibabu Date: Wed, 20 Aug 2025 15:42:09 +0800 Subject: [PATCH] Fix: Fixed the issue where the save button at the bottom of the chat page could not be displayed on small screens #3221 (#9596) ### What problem does this PR solve? Fix: Fixed the issue where the save button at the bottom of the chat page could not be displayed on small screens #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- .../next-chats/chat/app-settings/chat-settings.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/web/src/pages/next-chats/chat/app-settings/chat-settings.tsx b/web/src/pages/next-chats/chat/app-settings/chat-settings.tsx index f9deb7975..3530a3c4a 100644 --- a/web/src/pages/next-chats/chat/app-settings/chat-settings.tsx +++ b/web/src/pages/next-chats/chat/app-settings/chat-settings.tsx @@ -89,25 +89,28 @@ export function ChatSettings({ switchSettingVisible }: ChatSettingsProps) { }, [data, form]); return ( -
+
{t('chat.chatSetting')}
- -
+ +
-
+
- + {t('common.save')}