forked from leftypol/leftypol
style.css: set minimum width for text
This commit is contained in:
parent
2cc7a70e4c
commit
18624963d5
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue