diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/firefox/userContent.css | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 4273b3a..2814e2e 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -83,19 +83,11 @@ } } -@-moz-document domain(lists.debian.org), domain(lists.freedesktop.org), - domain(lists.gnu.org), - regexp("https://sourceware.org/pipermail/.*") { - body { - margin: auto !important; - max-width: fit-content; - } -} - -@-moz-document domain(list.orgmode.org), domain(lore.kernel.org) { +@-moz-document domain(inbox.sourceware.org), domain(list.orgmode.org), + domain(lore.kernel.org) { body { margin: auto; - max-width: 60em; + max-width: fit-content; } pre { @@ -107,6 +99,15 @@ } } +@-moz-document domain(lists.debian.org), domain(lists.freedesktop.org), + domain(lists.gnu.org), + regexp("https://sourceware.org/pipermail/.*") { + body { + margin: auto !important; + max-width: fit-content; + } +} + @-moz-document regexp("https://lwn.net/.*") { /* Colors. */ |
