We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cb8a8 commit 611875bCopy full SHA for 611875b
1 file changed
packages/renderer/src/lib/chat/components/chat-header.svelte
@@ -88,7 +88,7 @@ const noMcps = $derived($mcpRemoteServerInfos.length === 0);
88
</div>
89
{/if}
90
91
- <div class="order-3 ml-auto bg-muted flex justify-end gap-4 rounded-lg py-2 text-sm text-muted-foreground">
+ <div class="order-3 ml-auto bg-muted flex justify-end gap-4 rounded-lg p-2 text-sm text-muted-foreground">
92
<span>Tokens: <strong>{tokens}</strong></span>
93
94
0 commit comments