diff options
author | bd <bdunahu@gmail.com> | 2023-12-25 22:22:24 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2023-12-25 22:22:24 -0700 |
commit | a7af6aa11b3980eae5ddfcc46c74347534c343dd (patch) | |
tree | 11331fc6c19261e74bdf4196a63238316b941f1d /.librewolf/wh4whddw.default-default |
Initial dotfiles commit.
Diffstat (limited to '.librewolf/wh4whddw.default-default')
-rw-r--r-- | .librewolf/wh4whddw.default-default/chrome/userChrome.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.librewolf/wh4whddw.default-default/chrome/userChrome.css b/.librewolf/wh4whddw.default-default/chrome/userChrome.css new file mode 100644 index 0000000..0be1534 --- /dev/null +++ b/.librewolf/wh4whddw.default-default/chrome/userChrome.css @@ -0,0 +1,27 @@ +/* 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;} +*/ |