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);