diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-03-19 14:29:56 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-03-19 14:29:56 +0100 |
commit | 32e5b8eb00f26e04d9f1c092f33fab23b48a8898 (patch) | |
tree | d4cd087f9a9a923b2878554914a501a1492ed746 | |
parent | 2c1a6195ccb592985a314a78380c6afd6b8a365e (diff) | |
download | nixos-32e5b8eb00f26e04d9f1c092f33fab23b48a8898.tar nixos-32e5b8eb00f26e04d9f1c092f33fab23b48a8898.tar.gz nixos-32e5b8eb00f26e04d9f1c092f33fab23b48a8898.tar.bz2 nixos-32e5b8eb00f26e04d9f1c092f33fab23b48a8898.tar.xz nixos-32e5b8eb00f26e04d9f1c092f33fab23b48a8898.zip |
...flakes
-rw-r--r-- | accounts/gkleen@sif/firefox-chrome.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/firefox-chrome.css b/accounts/gkleen@sif/firefox-chrome.css index 61a465c8..726f1e4b 100644 --- a/accounts/gkleen@sif/firefox-chrome.css +++ b/accounts/gkleen@sif/firefox-chrome.css | |||
@@ -4,6 +4,20 @@ | |||
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 | |||
7 | /* | 21 | /* |
8 | #sidebar { | 22 | #sidebar { |
9 | min-width:20em !important; | 23 | min-width:20em !important; |