From d51fdf1a26d596948603ff39a5411d39cf4d6921 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 24 Sep 2022 13:43:34 +0200 Subject: Use similar rules for GNU/FD/Debian lists, and Debbugs --- .config/firefox/userContent.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.config/firefox') 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; -- cgit v1.2.3