aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-10-03 15:54:04 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-10-03 15:54:04 +0200
commit2ef4bd52ea689fcaa35a0a21bb4acae0f62e4b1a (patch)
tree76eabeaaf3756c061be5a46b6eb4b060e6cc52e7 /.config
parentc269a0d29b207ccccf13b3153eadb01b91863e4c (diff)
Remove titlebar in Firefox
Diffstat (limited to '.config')
-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;
+}