diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-09-24 13:43:34 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-09-24 14:10:45 +0200 |
| commit | d51fdf1a26d596948603ff39a5411d39cf4d6921 (patch) | |
| tree | 4007a3bd4df39e194e6f016b10fe2c4af0e59c13 /.config/firefox/userContent.css | |
| parent | 6837f8874df7fd64c2bc10a4740699a4feb4355c (diff) | |
| download | dotfiles-d51fdf1a26d596948603ff39a5411d39cf4d6921.tar.xz | |
Use similar rules for GNU/FD/Debian lists, and Debbugs
Diffstat (limited to '.config/firefox/userContent.css')
| -rw-r--r-- | .config/firefox/userContent.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 44f4c88..f6120d0 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -46,6 +46,13 @@ } } +@-moz-document domain(bugs.debian.org), domain(debbugs.gnu.org) { + body { + margin: auto !important; + max-width: 40em; + } +} + @-moz-document domain(cr.yp.to) { body { margin: auto; @@ -76,7 +83,8 @@ } } -@-moz-document domain(lists.debian.org) { +@-moz-document domain(lists.debian.org), domain(lists.freedesktop.org), + domain(lists.gnu.org) { body { margin: auto !important; max-width: fit-content; |
