summaryrefslogtreecommitdiff
path: root/.librewolf
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2023-12-27 17:54:41 -0700
committerbd <bdunahu@gmail.com>2023-12-27 17:54:41 -0700
commitb36934f19c62430195278316b5e7ac7b2e66572a (patch)
tree754bf34d78ba4badd4ae2bd3cd4531f006b51274 /.librewolf
parentfdeb36ca3080f5af0c434cb9fc8c8c06442ced1b (diff)
Functional home configuration
Diffstat (limited to '.librewolf')
-rw-r--r--.librewolf/wh4whddw.default-default/chrome/userChrome.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/.librewolf/wh4whddw.default-default/chrome/userChrome.css b/.librewolf/wh4whddw.default-default/chrome/userChrome.css
deleted file mode 100644
index 0be1534..0000000
--- a/.librewolf/wh4whddw.default-default/chrome/userChrome.css
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Squash tab bar to 1px tall and hide the tabs */
-#TabsToolbar {
- height: 1px !important;
- min-height: 1px !important;
- max-height: 1px !important;
-}
-#TabsToolbar .tabbrowser-tab {
- display: none !important;
-}
-#tabbrowser-tabs { visibility: collapse !important; }
-
-/*
- * Do not remove the @namespace line -- it's required for correct functioning
- */
-/*
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
-*/
-/*
- * Hide tab bar, navigation bar and scrollbars
- * !important may be added to force override, but not necessary
- * #content is not necessary to hide scroll bars
- */
-/*
-#TabsToolbar {visibility: collapse;}
-#navigator-toolbox {visibility: collapse;}
-browser {margin-right: -14px; margin-bottom: -14px;}
-*/