From e2debb34a03d790da14d9c6fe8dd7f303bec7304 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 16 Apr 2022 09:58:20 +0200 Subject: Extend narrowing to whole body for lists.debian.org --- .config/firefox/userContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3