summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-09-24 13:43:34 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-09-24 14:10:45 +0200
commitd51fdf1a26d596948603ff39a5411d39cf4d6921 (patch)
tree4007a3bd4df39e194e6f016b10fe2c4af0e59c13 /.config
parent6837f8874df7fd64c2bc10a4740699a4feb4355c (diff)
downloaddotfiles-d51fdf1a26d596948603ff39a5411d39cf4d6921.tar.xz
Use similar rules for GNU/FD/Debian lists, and Debbugs
Diffstat (limited to '.config')
-rw-r--r--.config/firefox/userContent.css10
1 files changed, 9 insertions, 1 deletions
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;