summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2024-07-17 08:19:46 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2024-07-17 08:19:46 +0200
commit6a2d7479e360544c982957594604b9167ac5aeee (patch)
tree8645341b1913cfb2fb1007b0649dd23df8e89a74
parent14deed89ea2748d7e268a5b18ab2f9be6688975b (diff)
downloaddotfiles-6a2d7479e360544c982957594604b9167ac5aeee.tar.xz
Go back to wrapping long lines on public-inbox
With 'fit-max-width: content', long lines caused divs to take the whole screen width. * Set a fixed width "au doigt mouillé" to give hard-wrapped messages space to breathe, * Restore the default pre-wrap behavior to make long lines readable.
-rw-r--r--.config/firefox/userContent.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css
index 0ab060f..b0dd875 100644
--- a/.config/firefox/userContent.css
+++ b/.config/firefox/userContent.css
@@ -79,11 +79,7 @@
domain(lore.kernel.org), domain(yhetil.org) {
body {
margin: auto;
- max-width: fit-content;
- }
-
- pre {
- white-space: pre !important;
+ max-width: 120ch;
}
.q {