From 81f4b8459100136a184c86d28d4977c5c0908aa0 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 16 Oct 2024 17:15:16 -0500 Subject: [PATCH] feat: fixed 1px space --- home-manager/modules/firefox/config/userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/modules/firefox/config/userChrome.css b/home-manager/modules/firefox/config/userChrome.css index c00006c..572aa87 100755 --- a/home-manager/modules/firefox/config/userChrome.css +++ b/home-manager/modules/firefox/config/userChrome.css @@ -16,8 +16,8 @@ /* Nav bar */ #nav-bar { - height: 1px; - min-height: 1px !important; + height: 0px; + min-height: 0px !important; overflow: hidden; transition: height 0.3s ease-in-out; }