diff options
| author | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2022-10-01 12:01:58 +0200 |
|---|---|---|
| committer | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2022-10-01 12:04:21 +0200 |
| commit | e78bde323b1f62a6851c12e10e130215b0d08c3b (patch) | |
| tree | b9811a744776a61b409b39700980dbb12f0e188b | |
| parent | 524b9279a6b8434d37fee399ed318a97ee0192ef (diff) | |
| download | dotfiles-e78bde323b1f62a6851c12e10e130215b0d08c3b.tar.xz | |
Add inbox.sourceware.org to list of public-inbox domains
Move other MLs further down to keep things alphabetized ๐ค
| -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. */ |
