Fixed display/account on separate line

This commit is contained in:
ryliejamesthomas 2019-02-28 19:02:03 +11:00
parent 0890affd69
commit 9fee0e1e19
1 changed files with 12 additions and 12 deletions

View File

@ -16,28 +16,19 @@
color:black!important;
}
/* Underline links in tweetdesk view */
a.status-link:not(.mention) {
text-decoration:underline;
}
/* Link icon in front of permalink, to make clearer */
a.status__relative-time::before {
content: "🔗 ";
}
/* Underline links in post view */
div.status__content a:not(.hashtag):not(.mention) {
text-decoration:underline;
}
/* Remove scrollbar styling */
html {
scrollbar-color:unset;
}
/* Place display name and account on separate lines */
span.display-name__html {
display: block;
strong.display-name__html {
display:block;
}
/* Logged-in page (Tweetdeck style)
@ -106,6 +97,11 @@ span.display-name__html {
border:1px solid #fff200;
}
/* Underline links in tweetdeck view */
a.status-link:not(.mention) {
text-decoration:underline;
}
/* Profile pages
-------------------------------------------------------
*/
@ -118,6 +114,10 @@ span.display-name__html {
display:none;
}
/* Underline links in post view */
div.status__content a:not(.hashtag):not(.mention) {
text-decoration:underline;
}
/* About pages
-------------------------------------------------------