Merge pull request #1315 from monotykamary/style/context-window-padding

style(task-header): add padding to align task header values
This commit is contained in:
Matt Rubens 2025-03-05 11:39:31 -05:00 committed by GitHub
commit 180740813f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -415,7 +415,7 @@ const ContextWindowProgress = ({ contextWindow, contextTokens }: { contextWindow
<div className="flex items-center gap-1 flex-shrink-0">
<span className="font-bold">Context Window:</span>
</div>
<div className="flex items-center gap-2 flex-1 whitespace-nowrap">
<div className="flex items-center gap-2 flex-1 whitespace-nowrap px-2">
<div>{formatLargeNumber(contextTokens)}</div>
<div className="flex items-center gap-[3px] flex-1">
<div className="flex-1 h-1 rounded-[2px] overflow-hidden bg-[color-mix(in_srgb,var(--vscode-badge-foreground)_20%,transparent)]">