From 4c7a1848e57391174b41c46dd82a521e78d5d8aa Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 4 Jun 2021 11:35:01 +0200 Subject: [PATCH] Update userChrome.css to comply with Firefox 89 UI --- .../firefox/dotfiles.profile/chrome/userChrome.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css index 068d0ff..70e242c 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css @@ -4,16 +4,9 @@ visibility: hidden !important; } - /* Move navigation bar up to fill tab bar space */ - #nav-bar { - border-width: 1px !important; - border-style: solid !important; - border-color: transparent !important; - - margin-bottom: -1px !important; - margin-top: -29px !important; - margin-right: 0px !important; - margin-left: 0px !important; + /* Remove titlebar */ + #titlebar { + display: none; } /* Navigation bar color */