feat(topbar): increase arrow to 30px and fix vertical alignment with leading-none
Some checks failed
CI / Backend Unit Tests (pull_request) Has been cancelled
CI / E2E Tests (pull_request) Has been cancelled
CI / Unit & Component Tests (pull_request) Has been cancelled
CI / Unit & Component Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-01 09:37:28 +02:00
parent 528e1e05ea
commit 03e2382c8a

View File

@@ -22,7 +22,7 @@ const visibleReceivers = $derived(receivers.slice(0, 2));
{/if}
{#if sender && receivers.length > 0}
<span class="shrink-0 text-[22px] text-ink-2" aria-hidden="true"></span>
<span class="shrink-0 text-[30px] leading-none text-ink-2" aria-hidden="true"></span>
{/if}
{#each visibleReceivers as receiver, i (receiver.id)}