fix(client): drop redundant mobile negative-margin/padding on input toolbar

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
(cherry picked from commit 790a14da64)
This commit is contained in:
Kinyoo
2026-07-14 17:07:15 +08:00
parent 9a9e9331e7
commit 347ca4effc
@@ -437,7 +437,7 @@ const AiChatInput = memo(
<div className="flex h-7 min-h-7 w-full min-w-0 items-center justify-between gap-1 touch-mobile:gap-0.5">
{/* Toolbarflex-1 + overflow-hidden,避免与右侧语音/发送横向重叠 */}
<div ref={toolbarRef} className="input-bottom-left flex min-w-0 flex-1 items-center gap-1 touch-mobile:-ml-1 touch-mobile:gap-1 touch-mobile:pl-0 overflow-hidden">
<div ref={toolbarRef} className="input-bottom-left flex min-w-0 flex-1 items-center gap-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). */}