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; }