From 9d8beacc8df0fdf4a884c66ab913b4c95caeab82 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Mon, 27 Apr 2026 15:35:10 +0800 Subject: [PATCH] fix: align thinking and tool status text in blocks --- static/src/styles/components/chat/_chat-area.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/src/styles/components/chat/_chat-area.scss b/static/src/styles/components/chat/_chat-area.scss index 8a0eb36..d2ea259 100644 --- a/static/src/styles/components/chat/_chat-area.scss +++ b/static/src/styles/components/chat/_chat-area.scss @@ -611,6 +611,16 @@ transform: rotate(90deg); } +.status-icon { + width: 20px; + min-width: 20px; + height: 20px; + display: inline-flex; + align-items: center; + justify-content: center; + flex-shrink: 0; +} + .captured-status { display: flex; align-items: center;