Render "more replies" for the main thread

This commit is contained in:
Zed 2019-08-23 01:20:00 +02:00
parent 9dad8b41de
commit c7339d2126
2 changed files with 21 additions and 6 deletions

View file

@ -345,6 +345,11 @@ video, .video-container img {
display: flex;
}
.video-overlay button {
padding: 5px 8px;
font-size: 16px;
}
.still-image {
max-height: 379.5px;
max-width: 533px;
@ -400,6 +405,9 @@ video, .video-container img {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tweet-stats {
margin-bottom: -3px;
}