aboutsummaryrefslogtreecommitdiff
path: root/.config/firefox/chrome/userChrome.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/firefox/chrome/userChrome.css')
-rw-r--r--.config/firefox/chrome/userChrome.css5
1 files changed, 5 insertions, 0 deletions
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;
+}