diff options
Diffstat (limited to '.config/firefox')
| -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; |
