From f31db982cee5e0604aefe19517a19262de1647f2 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 27 Apr 2025 17:49:31 +0200 Subject: [PATCH] Full width map on mobile This patch lets the map in the adventure details use the full screen width on mobile instead of having one sixth of the screen empty. --- frontend/src/routes/adventures/[id]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/adventures/[id]/+page.svelte b/frontend/src/routes/adventures/[id]/+page.svelte index f11f450..c76d905 100644 --- a/frontend/src/routes/adventures/[id]/+page.svelte +++ b/frontend/src/routes/adventures/[id]/+page.svelte @@ -467,7 +467,7 @@ {/if}