From 790a14da6459de529370a4e98968a3ef68838c8c Mon Sep 17 00:00:00 2001 From: Kinyoo Date: Sun, 12 Jul 2026 15:12:59 +0800 Subject: [PATCH] fix(client): drop redundant mobile negative-margin/padding on input toolbar Co-Authored-By: Claude Opus 4.8 --- src/frontend/client/src/components/Chat/AiChatInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/client/src/components/Chat/AiChatInput.tsx b/src/frontend/client/src/components/Chat/AiChatInput.tsx index 379c45b39..965efefa3 100644 --- a/src/frontend/client/src/components/Chat/AiChatInput.tsx +++ b/src/frontend/client/src/components/Chat/AiChatInput.tsx @@ -437,7 +437,7 @@ const AiChatInput = memo(
{/* Toolbar:flex-1 + overflow-hidden,避免与右侧语音/发送横向重叠 */} -
+
{/* "+" menu — v2.5: combines file upload + knowledge space + org knowledge base. Renders in place of ChatKnowledge when agent mode is active (which is the v2.5 default). */}