mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
commit
180740813f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue