From 1de4f8a605fa380623456def633234095c8cb07c Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 27 Mar 2026 17:00:56 +0100 Subject: [PATCH] fix(ui): hide logo on mobile+tablet, fix admin tab overflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- frontend/src/routes/AppNav.svelte | 4 ++-- frontend/src/routes/admin/+page.svelte | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/AppNav.svelte b/frontend/src/routes/AppNav.svelte index 1c4feae3..20e8def5 100644 --- a/frontend/src/routes/AppNav.svelte +++ b/frontend/src/routes/AppNav.svelte @@ -33,9 +33,9 @@ function handleOverlayKeydown(event: KeyboardEvent) {
-
+