aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/vertical-userChrome.css19
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;
+}