Show published date under main tweets

Fixes #59
This commit is contained in:
Zed 2019-10-08 13:28:57 +02:00
commit 043f47b11a
4 changed files with 16 additions and 2 deletions

View file

@ -69,6 +69,12 @@
margin-left: 4px;
}
.tweet-published {
margin: 0;
margin-top: 5px;
color: $grey;
}
.tweet-avatar {
display: contents !important;