fix(ui): hide logo on mobile+tablet, fix admin tab overflow
- AppNav: hide entire logo div (incl. mr-10 margin) below md: breakpoint to eliminate the phantom whitespace left of the hamburger button - admin: 2×2 grid on mobile → flex row at sm:, so "Schlagworte" fits Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -33,9 +33,9 @@ function handleOverlayKeydown(event: KeyboardEvent) {
|
||||
</script>
|
||||
|
||||
<div class="flex items-center">
|
||||
<div class="mr-10 flex flex-shrink-0 items-center">
|
||||
<div class="mr-10 hidden flex-shrink-0 items-center md:flex">
|
||||
<a href="/" class="flex items-center" aria-label="Familienarchiv">
|
||||
<span class="hidden font-sans text-xl font-bold tracking-widest text-ink uppercase sm:inline"
|
||||
<span class="font-sans text-xl font-bold tracking-widest text-ink uppercase"
|
||||
>Familienarchiv</span
|
||||
>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user