diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-07-17 08:19:46 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-07-17 08:19:46 +0200 |
| commit | 6a2d7479e360544c982957594604b9167ac5aeee (patch) | |
| tree | 8645341b1913cfb2fb1007b0649dd23df8e89a74 | |
| parent | 14deed89ea2748d7e268a5b18ab2f9be6688975b (diff) | |
| download | dotfiles-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.css | 6 |
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 { |
