commit d51fdf1a26d596948603ff39a5411d39cf4d6921
parent 6837f8874df7fd64c2bc10a4740699a4feb4355c
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 24 Sep 2022 13:43:34 +0200
Use similar rules for GNU/FD/Debian lists, and Debbugs
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git 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;