From 2ef4bd52ea689fcaa35a0a21bb4acae0f62e4b1a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 3 Oct 2023 15:54:04 +0200 Subject: Remove titlebar in Firefox --- .config/firefox/chrome/userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/firefox/chrome') diff --git a/.config/firefox/chrome/userChrome.css b/.config/firefox/chrome/userChrome.css index e2ab027..d9da526 100644 --- a/.config/firefox/chrome/userChrome.css +++ b/.config/firefox/chrome/userChrome.css @@ -16,3 +16,8 @@ tab-item.unread .label-content { font-style: italic; } + +/* Hide the title/tab bar */ +#TabsToolbar { + display: none; +} -- cgit v1.1