style.css: set minimum width for text

This commit is contained in:
Zankaria 2025-05-02 22:43:30 +02:00
parent 2cc7a70e4c
commit 18624963d5

View file

@ -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;
}