aboutsummaryrefslogtreecommitdiff
path: root/.local/etc/firefox/chrome/userChrome.css
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-12 17:37:10 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-02-12 17:37:10 +0100
commiteab9aecce316200120549a1f17682a694d66a0c8 (patch)
tree179321bb8d418ca2060ec85331c74ee15b7b3353 /.local/etc/firefox/chrome/userChrome.css
parent499984f63fe2dece153c9f717087ca85e2628158 (diff)
Firefox is absolute cancer tbh
Diffstat (limited to '.local/etc/firefox/chrome/userChrome.css')
-rw-r--r--.local/etc/firefox/chrome/userChrome.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/.local/etc/firefox/chrome/userChrome.css b/.local/etc/firefox/chrome/userChrome.css
deleted file mode 100644
index 4ca192f..0000000
--- a/.local/etc/firefox/chrome/userChrome.css
+++ /dev/null
@@ -1,11 +0,0 @@
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* to hide the native tabs */
-#TabsToolbar {
- visibility: collapse;
-}
-
-/* to hide the sidebar header */
-#sidebar-header {
- visibility: collapse;
-}