diff options
-rw-r--r-- | accounts/gkleen@sif/firefox-chrome.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/firefox-chrome.css b/accounts/gkleen@sif/firefox-chrome.css index 8900e2b9..61a465c8 100644 --- a/accounts/gkleen@sif/firefox-chrome.css +++ b/accounts/gkleen@sif/firefox-chrome.css | |||
@@ -4,6 +4,7 @@ | |||
4 | font-size:12px; | 4 | font-size:12px; |
5 | } | 5 | } |
6 | 6 | ||
7 | /* | ||
7 | #sidebar { | 8 | #sidebar { |
8 | min-width:20em !important; | 9 | min-width:20em !important; |
9 | max-width:20em !important; | 10 | max-width:20em !important; |
@@ -19,8 +20,21 @@ | |||
19 | } | 20 | } |
20 | 21 | ||
21 | #toolbar-menubar[inactive="true"] + #TabsToolbar { | 22 | #toolbar-menubar[inactive="true"] + #TabsToolbar { |
22 | visibility: collapse !important; | 23 | visibility: collapse !important; |
23 | } | 24 | } |
24 | 25 | ||
25 | #sidebar-box[sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"] #sidebar-header { visibility: collapse !important; } | 26 | #sidebar-box[sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"] #sidebar-header { visibility: collapse !important; } |
26 | #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header { visibility: collapse !important; } | 27 | #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header { visibility: collapse !important; } |
28 | */ | ||
29 | |||
30 | .titlebar-buttonbox-container{ display: none; } | ||
31 | #vertical-spacer { display: none; } | ||
32 | #tabbrowser-tabs[orient="vertical"] .tab-background { | ||
33 | border-radius: var(--border-radius-small) !important; | ||
34 | } | ||
35 | hbox:has(> #tabs-newtab-button) { | ||
36 | display: none; | ||
37 | } | ||
38 | #sidebar-main .tools-and-extensions { | ||
39 | justify-content: space-around !important; | ||
40 | } | ||