commit 573e62d4e004ff601ed800ac26384df4f6461d52 parent 2539b00f2f5c912c181869d1f4bc8ec56ef3e8d0 Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Fri, 1 Apr 2022 18:02:20 +0200 Tweak a couple of websites Diffstat:
| M | .config/firefox/userContent.css | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css @@ -76,6 +76,13 @@ } } +@-moz-document domain(lists.debian.org) { + pre { + margin: auto !important; + max-width: fit-content; + } +} + @-moz-document domain(list.orgmode.org), domain(lore.kernel.org) { body { margin: auto; @@ -165,6 +172,13 @@ } } +@-moz-document domain(mjg59.dreamwidth.org) { + .column-right #content { + max-width: 45em; + margin: auto; + } +} + @-moz-document domain(pubs.opengroup.org) { body { max-width: 40em;