From 18624963d5c4dea1eadd9dd0e74c211f8ca66372 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 2 May 2025 22:43:30 +0200 Subject: [PATCH] style.css: set minimum width for text --- stylesheets/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 4a090f33..bef69cca 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -575,6 +575,13 @@ div.post div.body { white-space: pre-wrap; } +div.post div.body:before { + content: ""; + width: 18ch; + display: block; + overflow: hidden; +} + div.post.reply.highlighted { background: #D6BAD0; }