summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-04-16 09:58:20 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-04-16 09:59:27 +0200
commite2debb34a03d790da14d9c6fe8dd7f303bec7304 (patch)
treeb51f709ad4dd0d4418b2f6d8a470e4bd224a986a
parent573e62d4e004ff601ed800ac26384df4f6461d52 (diff)
downloaddotfiles-e2debb34a03d790da14d9c6fe8dd7f303bec7304.tar.xz
Extend narrowing to whole body for lists.debian.org
-rw-r--r--.config/firefox/userContent.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css
index 1ce8212..44f52bc 100644
--- a/.config/firefox/userContent.css
+++ b/.config/firefox/userContent.css
@@ -77,7 +77,7 @@
}
@-moz-document domain(lists.debian.org) {
- pre {
+ body {
margin: auto !important;
max-width: fit-content;
}