Improve quote css

This commit is contained in:
Zed 2020-06-05 16:58:06 +02:00
parent 2fe0d8daae
commit 1dcb191903

View file

@ -19,14 +19,14 @@
} }
.tweet-name-row { .tweet-name-row {
padding: 6px 6px 0px 6px; padding: 4px 6px;
} }
.quote-text { .quote-text {
overflow: hidden; overflow: hidden;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
padding: 3px 6px 6px 6px; padding: 0px 6px 6px 6px;
} }
.show-thread { .show-thread {