forked from leftypol/leftypol
Merge pull request 'Set a minimum width for text in posts' (#122) from anon-css-fixes into config
Reviewed-on: leftypol/leftypol#122
This commit is contained in:
commit
a586025a62
1 changed files with 7 additions and 0 deletions
|
|
@ -575,6 +575,13 @@ div.post div.body {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.post div.body:before {
|
||||||
|
content: "";
|
||||||
|
width: 18ch;
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
div.post.reply.highlighted {
|
div.post.reply.highlighted {
|
||||||
background: #D6BAD0;
|
background: #D6BAD0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue