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