From 932036bc8b807ed6e771ec9f72de3180481bc93f Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 27 Apr 2025 15:41:43 +0200 Subject: [PATCH] Move hiding AdventureLog to first Tailwind breakpoint This is a slight improvement to pull request #576. I noticed that on a tablet, the AdventureLog in the navigation bar would not render, even though there would be enpugh free space. This patch moves the breakpoint for hiding the text one step further towards smaller devices. --- frontend/src/lib/components/Navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/Navbar.svelte b/frontend/src/lib/components/Navbar.svelte index efa0fa6..72a01cf 100644 --- a/frontend/src/lib/components/Navbar.svelte +++ b/frontend/src/lib/components/Navbar.svelte @@ -180,7 +180,7 @@ - + Map Logo