From db09aac9e5a0f98608dad97048d006f78138c47e Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 22 Jan 2024 02:11:10 -0800 Subject: [PATCH] fixed navbar bugs - fixed a bug where the animation is broken when a person spams the hamburger icon - fixed a display bug where the mobile navbar shows a white line / gap when the dropdown is shown. --- src/components/Navbar.astro | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index dbd2c7c..e427191 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -22,8 +22,8 @@ import navbarPages from "../data/navbarPages.json";