From e78bde323b1f62a6851c12e10e130215b0d08c3b Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 1 Oct 2022 12:01:58 +0200 Subject: Add inbox.sourceware.org to list of public-inbox domains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move other MLs further down to keep things alphabetized 🤓 --- .config/firefox/userContent.css | 23 ++++++++++++----------- 1 file 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. */ -- cgit v1.2.3