commit ea80a4a9890c82a9c2fba5cea4e2f08d952c987a parent 90e3e6508734d555630fc1418a5660beef980f4d Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 6 Feb 2022 12:18:22 +0100 Add more CSS rules The body diet continueþ. Diffstat:
| M | .config/firefox/userContent.css | | | 38 | ++++++++++++++++++++++++++++++++++++++ |
1 file changed, 38 insertions(+), 0 deletions(-)
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css @@ -99,3 +99,41 @@ display: none !important; } } + +@-moz-document domain(lore.kernel.org), domain(list.orgmode.org) { + body { + margin: auto; + max-width: 60em; + } + + pre { + white-space: pre !important; + } + + .q { + white-space: pre-wrap !important; + } +} + +@-moz-document domain(cr.yp.to) { + body { + margin: auto; + max-width: 50em; + } +} + +@-moz-document domain(en.wikipedia.org) { + body { + margin: auto !important; + max-width: 60em; + } + + #mw-head { + right: auto !important; + max-width: 60em; + } + + #mw-panel { + left: auto !important; + } +}