feat(topbar): hide sender→receiver chip row below md to make room for buttons
Some checks failed
CI / E2E Tests (push) Has been cancelled
CI / Unit & Component Tests (pull_request) Has been cancelled
CI / Backend Unit Tests (pull_request) Has been cancelled
CI / E2E Tests (pull_request) Has been cancelled
CI / Unit & Component Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-01 10:22:05 +02:00
parent 3f0b686963
commit da7f94de84

View File

@@ -148,8 +148,8 @@ let mobileMenuOpen = $state(false);
{/if}
</div>
<!-- Chip row (≥375px) -->
<div class="mx-3 min-w-0 shrink-0">
<!-- Chip row — desktop only, hidden on small screens to make room for buttons -->
<div class="mx-3 hidden min-w-0 shrink-0 md:block">
<PersonChipRow
sender={doc.sender}
receivers={receivers}