dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit e78bde323b1f62a6851c12e10e130215b0d08c3b
parent 524b9279a6b8434d37fee399ed318a97ee0192ef
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  1 Oct 2022 12:01:58 +0200

Add inbox.sourceware.org to list of public-inbox domains

Move other MLs further down to keep things alphabetized πŸ€“

Diffstat:
M.config/firefox/userContent.css | 23++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

diff --git 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. */