Support tweet locations

This commit is contained in:
Zed
2019-12-21 05:44:58 +01:00
parent 80d6191e74
commit f8f4487c33
7 changed files with 34 additions and 5 deletions

View File

@ -128,6 +128,10 @@
font-size: 13px;
}
.tweet-geo {
color: var(--fg_faded);
}
.replying-to {
color: var(--fg_faded);
margin: -2px 0 4px;
@ -168,6 +172,7 @@
.show-thread {
display: block;
pointer-events: all;
padding-top: 2px;
}
.unavailable-box {