ui(chat): refine reasoning timer — remove brackets, match heading font size, align inline

This commit is contained in:
Hannes Rudolph 2025-09-08 11:10:29 -06:00
parent 0acab3bd7b
commit 8d8111f8a7

View file

@ -76,10 +76,9 @@ export const ReasoningBlock = ({ content, ts, isStreaming, isLast, metadata }: R
<div className="flex items-center gap-2 mb-1">
<span className="codicon codicon-light-bulb text-muted-foreground" />
<span className="font-medium text-vscode-foreground">{t("chat:reasoning.thinking")}</span>
<span className="text-xs text-muted-foreground tabular-nums">
(
<span className="codicon codicon-history mr-1" />
{secondsLabel})
<span className="font-medium text-vscode-foreground tabular-nums flex items-center gap-1">
<span className="codicon codicon-history" style={{ fontSize: "inherit" }} />
{secondsLabel}
</span>
</div>
<div className="italic text-muted-foreground">