From 9cc6cb3a62043c98863d176a90052e845f18b0cc Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Mon, 8 Jun 2026 01:36:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8F=91=E9=80=81?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=B8=BA=E5=9C=86=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles.css b/src/styles.css index 464f396..930759d 100644 --- a/src/styles.css +++ b/src/styles.css @@ -856,6 +856,15 @@ body { width: 40px; height: 40px; flex-shrink: 0; + padding: 0; + border-radius: 9999px; + display: inline-flex; + align-items: center; + justify-content: center; +} + +.chat-send-button .ant-btn-icon { + margin-inline-start: 0; } .chat-send-button-primary {