From 3e800609c5396be09eb28718465f38741d616d52 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sun, 5 Apr 2026 20:54:57 +0800 Subject: [PATCH] fix: tighten mobile chat gutters and user bubble width --- static/src/styles/components/chat/_chat-area.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/src/styles/components/chat/_chat-area.scss b/static/src/styles/components/chat/_chat-area.scss index 719e7e6..62b28e1 100644 --- a/static/src/styles/components/chat/_chat-area.scss +++ b/static/src/styles/components/chat/_chat-area.scss @@ -140,14 +140,18 @@ .messages-area { padding-top: 8px; - padding-left: 12px !important; - padding-right: 12px !important; + padding-left: 6px !important; + padding-right: 6px !important; } .message-block:first-child { margin-top: 0; } + .user-message .message-text { + max-width: 80%; + } + .assistant-message .message-text { padding: 16px 8px !important; }