From 3cfd4f89934634f8a656e6cf2c35637d4755b708 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 22 Nov 2024 11:21:53 -0800 Subject: [PATCH] fix: controls not being shown in mobile --- src/lib/components/layout/Navbar.svelte | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/lib/components/layout/Navbar.svelte b/src/lib/components/layout/Navbar.svelte index d7662469e..b5cbb02a2 100644 --- a/src/lib/components/layout/Navbar.svelte +++ b/src/lib/components/layout/Navbar.svelte @@ -115,6 +115,20 @@ + {:else if $mobile} + + + {/if} {#if !$mobile}