fix: match mobile flyout header height to main header (h-16)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 13:27:31 +01:00
parent fb38d6b9a9
commit d7eb2acc6c

View File

@@ -175,7 +175,7 @@
aria-hidden={!isMobileMenuOpen}
>
<!-- Panel header -->
<div class="flex items-center px-5 py-4 border-b border-border/30">
<div class="flex items-center px-5 h-16 shrink-0 border-b border-border/30">
<Logo hideName={true} />
</div>