From e8f97d9131a098d92e602366927b78ebfb9ece8e Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 6 Sep 2025 16:40:32 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E5=BE=AE=E8=AA=BF=E8=BC=B8=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E7=9A=84=E9=82=8A=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/ChatFragment.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/ui/chat/ChatFragment.jsx b/client/ui/chat/ChatFragment.jsx index 2dd7fd6..fc704e7 100644 --- a/client/ui/chat/ChatFragment.jsx +++ b/client/ui/chat/ChatFragment.jsx @@ -47,7 +47,9 @@ export default function ChatFragment({ ...props } = {}) { paddingTop: '0.1rem', height: '4rem', position: 'sticky', - bottom: '0', + bottom: '2px', + marginLeft: '5px', + marginRight: '4px', backgroundColor: 'rgb(var(--mdui-color-background))', }}> - + ) }