mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 08:39:26 +01:00
fix expand-selftext button css
This commit is contained in:
parent
67f92e6d43
commit
00813d6a22
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user