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

Make tweet profile pics clickable

This commit is contained in:
Zed
2019-06-26 21:55:04 +02:00
parent 547cd635bf
commit a801b01142
2 changed files with 7 additions and 1 deletions

View File

@@ -277,6 +277,10 @@ nav {
border-radius: 50%;
}
.tweet-avatar {
display: contents !important;
}
.retweet, .pinned, .tweet-stats {
align-content: center;
color: hsla(240,1%,73%,.7);