Place display name and account on separate lines

This commit is contained in:
ryliejamesthomas 2019-02-25 17:41:55 +11:00
parent 890e841360
commit 6a730d74c8
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ a.status__relative-time::before {
content: "🔗 ";
}
/* Place display name and account on separate lines */
strong.display-name__html {
display: block;
}
/* Logged-in page (Tweetdeck style)
-------------------------------------------------------
*/