fix(#103): move language switcher from header into mobile nav drawer
Some checks failed
CI / Unit & Component Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled

On mobile the header is now cleaner — language buttons move to the
bottom of the hamburger panel. Desktop header is unchanged (sm:flex).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-27 16:41:51 +01:00
parent 29f0ec8a05
commit f8d888a5be
2 changed files with 23 additions and 2 deletions

View File

@@ -46,8 +46,8 @@ const userInitials = $derived.by(() => {
<!-- Right Side -->
<div class="flex items-center gap-3">
<!-- Language selector -->
<div class="flex items-center gap-1 border-r border-line pr-3">
<!-- Language selector (desktop only — mobile lives in nav drawer) -->
<div class="hidden items-center gap-1 border-r border-line pr-3 sm:flex">
{#each locales as locale (locale)}
<button
type="button"