diff options
Diffstat (limited to 'accounts/gkleen@sif/firefox-chrome.css')
-rw-r--r-- | accounts/gkleen@sif/firefox-chrome.css | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/firefox-chrome.css b/accounts/gkleen@sif/firefox-chrome.css index 8900e2b9..726f1e4b 100644 --- a/accounts/gkleen@sif/firefox-chrome.css +++ b/accounts/gkleen@sif/firefox-chrome.css | |||
@@ -4,6 +4,21 @@ | |||
4 | font-size:12px; | 4 | font-size:12px; |
5 | } | 5 | } |
6 | 6 | ||
7 | #sidebar-main:has([expanded]) { | ||
8 | min-width:20em !important; | ||
9 | max-width:20em !important; | ||
10 | } | ||
11 | |||
12 | #sidebar, #sidebar-box { | ||
13 | min-width:35em !important; | ||
14 | max-width:35em !important; | ||
15 | } | ||
16 | |||
17 | #sidebar-box { | ||
18 | margin-right: var(--space-small); | ||
19 | } | ||
20 | |||
21 | /* | ||
7 | #sidebar { | 22 | #sidebar { |
8 | min-width:20em !important; | 23 | min-width:20em !important; |
9 | max-width:20em !important; | 24 | max-width:20em !important; |
@@ -19,8 +34,21 @@ | |||
19 | } | 34 | } |
20 | 35 | ||
21 | #toolbar-menubar[inactive="true"] + #TabsToolbar { | 36 | #toolbar-menubar[inactive="true"] + #TabsToolbar { |
22 | visibility: collapse !important; | 37 | visibility: collapse !important; |
23 | } | 38 | } |
24 | 39 | ||
25 | #sidebar-box[sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"] #sidebar-header { visibility: collapse !important; } | 40 | #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; } | 41 | #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header { visibility: collapse !important; } |
42 | */ | ||
43 | |||
44 | .titlebar-buttonbox-container{ display: none; } | ||
45 | #vertical-spacer { display: none; } | ||
46 | #tabbrowser-tabs[orient="vertical"] .tab-background { | ||
47 | border-radius: var(--border-radius-small) !important; | ||
48 | } | ||
49 | hbox:has(> #tabs-newtab-button) { | ||
50 | display: none; | ||
51 | } | ||
52 | #sidebar-main .tools-and-extensions { | ||
53 | justify-content: space-around !important; | ||
54 | } | ||