Skip to content

Commit 611875b

Browse files
committed
fix: follow @gastoner margins recommandation
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
1 parent f7cb8a8 commit 611875b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/renderer/src/lib/chat/components/chat-header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const noMcps = $derived($mcpRemoteServerInfos.length === 0);
8888
</div>
8989
{/if}
9090
</div>
91-
<div class="order-3 ml-auto bg-muted flex justify-end gap-4 rounded-lg py-2 text-sm text-muted-foreground">
91+
<div class="order-3 ml-auto bg-muted flex justify-end gap-4 rounded-lg p-2 text-sm text-muted-foreground">
9292
<span>Tokens: <strong>{tokens}</strong></span>
9393
</div>
9494
{/if}

0 commit comments

Comments
 (0)