From a8169cdc41474501e0ade1d6ca9297e58cae74bd Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 21 Jun 2022 15:59:06 -0300 Subject: [PATCH] firefox: remove titlebar --- dotfiles/firefox/chrome/userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/firefox/chrome/userChrome.css b/dotfiles/firefox/chrome/userChrome.css index ac88e1a..9bbdb27 100644 --- a/dotfiles/firefox/chrome/userChrome.css +++ b/dotfiles/firefox/chrome/userChrome.css @@ -80,3 +80,8 @@ display: none; } /*** END Remove webRTC indicator ***/ +/*** BEGIN Remove title bar ***/ +#titlebar { + display: none; +} +/*** END Remove title bar ***/