Improve support for text-only browsers

This commit is contained in:
robrobinbin 2021-01-16 11:00:15 +01:00
parent d7839899e6
commit 998b301229
3 changed files with 11 additions and 6 deletions

View file

@ -388,6 +388,10 @@ a.search_subreddit:hover {
/* Post */
.sep {
display: none;
}
.thread {
word-break: break-word;
}