From 542762c6cb80d3fa0aad16f3d9864778267d00bb Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Oct 2024 17:38:54 -0500 Subject: [PATCH] feat: fuck it, removed the hiding nav bar --- home-manager/modules/firefox/config/userChrome.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-manager/modules/firefox/config/userChrome.css b/home-manager/modules/firefox/config/userChrome.css index 74c8810..920afcc 100755 --- a/home-manager/modules/firefox/config/userChrome.css +++ b/home-manager/modules/firefox/config/userChrome.css @@ -15,18 +15,18 @@ } /* Nav bar */ -#nav-bar { +/* #nav-bar { height: 0px; min-height: 0px !important; overflow: hidden; transition: height 0.0s ease-in-out; -} +} */ /* Only show nav-bar when specifically focused, not when clicking tab bar */ -#nav-bar:focus-within { +/* #nav-bar:focus-within { overflow: visible; height: auto; -} +} */ /* Remove placeholder text in the URL bar */ #urlbar-input::placeholder {