fix expand-selftext button css

This commit is contained in:
teddit 2021-01-19 17:36:31 +01:00
parent 67f92e6d43
commit 00813d6a22
2 changed files with 13 additions and 8 deletions

View File

@ -443,6 +443,10 @@ footer a {
#links.search .link .meta a.comments {
margin-left: 0px;
}
#links .link .entry .meta .links .selftext a {
color: var(--linkcolor);
font-weight: initial;
}
#links .link .entry .selftext {
unicode-bidi: isolate;
background-color: #fafafa;
@ -457,6 +461,7 @@ footer a {
width: calc(100% - 100px);
margin-right: 11000px;
overflow: hidden;
cursor: initial;
}
#links .link .entry details {
margin: 0px 10px 0px 0px;

View File

@ -128,14 +128,14 @@ html
.links
if link.over_18
span.tag.nsfw NSFW
if link.selftext_html
details
summary
.line
.line
.line
.selftext
!= unescape(link.selftext_html)
if link.selftext_html
details
summary
.line
.line
.line
.selftext
!= unescape(link.selftext_html)
a(href="" + link.permalink + "", class="comments")
| #{link.num_comments} comments
if json.info.before || json.info.after