Skip to content

Commit 8d8111f

Browse files
committed
ui(chat): refine reasoning timer — remove brackets, match heading font size, align inline
1 parent 0acab3b commit 8d8111f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

webview-ui/src/components/chat/ReasoningBlock.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ export const ReasoningBlock = ({ content, ts, isStreaming, isLast, metadata }: R
7676
<div className="flex items-center gap-2 mb-1">
7777
<span className="codicon codicon-light-bulb text-muted-foreground" />
7878
<span className="font-medium text-vscode-foreground">{t("chat:reasoning.thinking")}</span>
79-
<span className="text-xs text-muted-foreground tabular-nums">
80-
(
81-
<span className="codicon codicon-history mr-1" />
82-
{secondsLabel})
79+
<span className="font-medium text-vscode-foreground tabular-nums flex items-center gap-1">
80+
<span className="codicon codicon-history" style={{ fontSize: "inherit" }} />
81+
{secondsLabel}
8382
</span>
8483
</div>
8584
<div className="italic text-muted-foreground">

0 commit comments

Comments
 (0)