made display-account__html block instead of display-name__html to fix a whitespace thing

This commit is contained in:
ryliejamesthomas 2019-02-25 17:56:55 +11:00
parent 969ec41d38
commit 05e2e3431d
1 changed files with 3 additions and 3 deletions

View File

@ -28,12 +28,12 @@ div.status__content a:not(.hashtag):not(.mention) {
a.status__relative-time::before {
/* Link icon in front of permalink, to make clearer */
content:"🔗 ";
content: "🔗 ";
}
/* Place display name and account on separate lines */
span.display-name__account {
display:block;
span.display-name__html {
display: block;
}
/* Logged-in page (Tweetdeck style)