1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Reorder timeline tweets according to their threads

This commit is contained in:
Zed
2019-07-04 14:54:15 +02:00
parent 83931e7044
commit 344d3cd57f
5 changed files with 29 additions and 6 deletions

View File

@@ -322,6 +322,10 @@ video {
display: contents !important;
}
.retweet {
margin-top: -5px !important;
}
.retweet, .pinned, .tweet-stats {
align-content: center;
color: hsla(240,1%,73%,.7);