diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css')
| -rw-r--r-- | .mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css b/.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css deleted file mode 100644 index 37dadb8..0000000 --- a/.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css +++ /dev/null @@ -1,51 +0,0 @@ -/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/hide_tabs_toolbar_v2.css made available under Mozilla Public License v. 2.0 -See the above repository for updates as well as full license text. */ - -/* This requires Firefox 133+ to work */ - -@media (-moz-bool-pref: "sidebar.verticalTabs"){ - #sidebar-main{ - visibility: collapse; - } -} -@media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"){ - #nav-bar > .titlebar-buttonbox-container{ - order: -1 !important; - > .titlebar-buttonbox{ - flex-direction: row-reverse; - } - } -} -@media not (-moz-bool-pref: "sidebar.verticalTabs"){ - #TabsToolbar:not([customizing]){ - visibility: collapse; - } - :root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{ - display: flex !important; - } - :root:is([tabsintitlebar],[customtitlebar]) #toolbar-menubar:not([autohide="false"]) ~ #nav-bar{ - > .titlebar-buttonbox-container{ - display: flex !important; - } - :root[sizemode="normal"] & { - > .titlebar-spacer{ - display: flex !important; - } - } - :root[sizemode="maximized"] & { - > .titlebar-spacer[type="post-tabs"]{ - display: flex !important; - } - @media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"), - (-moz-gtk-csd-reversed-placement), - (-moz-platform: macos){ - > .titlebar-spacer[type="post-tabs"]{ - display: none !important; - } - > .titlebar-spacer[type="pre-tabs"]{ - display: flex !important; - } - } - } - } -} \ No newline at end of file |