diff options
| author | BardofSprites <[email protected]> | 2025-02-08 14:17:32 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-02-08 14:17:32 -0500 |
| commit | 6ddacfc53d46f5462893e0422a328be827f68fc4 (patch) | |
| tree | 05d94bcd7ae822bc2fb73cdfa7eb0e346a0fa8a6 /misc | |
| parent | 409f8a95561a8bfba40cc00354b2df476b599b09 (diff) | |
vertical tabs userChrome
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/vertical-userChrome.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/vertical-userChrome.css b/misc/vertical-userChrome.css new file mode 100644 index 0000000..cae4014 --- /dev/null +++ b/misc/vertical-userChrome.css @@ -0,0 +1,19 @@ +#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { + opacity: 0; + pointer-events: none; +} + +#main-window:not([tabsintitlebar="true"]) #TabsToolbar { + visibility: collapse !important; +} + +#sidebar-header { + display: none; +} + +#main-window[inFullscreen] #sidebar-box, + +#main-window[inFullscreen] #sidebar-splitter { + display: none !important; + width: 0px !important; +} |
