Show avatars in quotes, improve css

This commit is contained in:
Zed
2020-06-10 17:04:48 +02:00
parent 0c9c37e886
commit 754f88a448
4 changed files with 25 additions and 13 deletions

View File

@@ -19,23 +19,24 @@
}
.tweet-name-row {
padding: 4px 6px;
padding: 6px 8px;
margin-top: 1px;
}
.quote-text {
overflow: hidden;
white-space: pre-wrap;
word-wrap: break-word;
padding: 0px 6px 6px 6px;
padding: 0px 8px 8px 8px;
}
.show-thread {
padding: 0px 6px 3px 6px;
margin-top: -3px;
padding: 0px 8px 6px 8px;
margin-top: -6px;
}
.replying-to {
padding: 0px 6px;
padding: 0px 8px;
margin: unset;
}
}