From 9b5bf4e2748f186271b11378747e1ff612186444 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Fri, 3 Jan 2025 15:21:53 +0300 Subject: [PATCH] complete mobile navbar --- src/lib/components/functional/Navbar.svelte | 13 +- src/routes/+layout.svelte | 157 +++++++++++++++----- 2 files changed, 127 insertions(+), 43 deletions(-) diff --git a/src/lib/components/functional/Navbar.svelte b/src/lib/components/functional/Navbar.svelte index aec150d..c3ff262 100644 --- a/src/lib/components/functional/Navbar.svelte +++ b/src/lib/components/functional/Navbar.svelte @@ -138,13 +138,14 @@ {#if linkRects[selectedIndex]}
+ {#if browser && window.innerWidth < 768} +
+ {/if} {/if}