mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
rename .comment_indent
-> .comment_collapse
This commit is contained in:
parent
30e854b663
commit
3efda67731
2 changed files with 4 additions and 4 deletions
|
@ -1438,7 +1438,7 @@ a.search_subreddit:hover {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment_right[open] > .comment_data > .comment_indent {
|
.comment_right[open] > .comment_data > .comment_collapse {
|
||||||
position: absolute; /* relative to .comment_right */
|
position: absolute; /* relative to .comment_right */
|
||||||
width: 20px;
|
width: 20px;
|
||||||
left: -35px;
|
left: -35px;
|
||||||
|
@ -1446,7 +1446,7 @@ a.search_subreddit:hover {
|
||||||
height: calc(100% - 45px);
|
height: calc(100% - 45px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment:has(> .comment_right[open] > .comment_data > .comment_indent:hover) > .comment_left * {
|
.comment:has(> .comment_right[open] > .comment_data > .comment_collapse:hover) > .comment_left * {
|
||||||
background: var(--highlighted);
|
background: var(--highlighted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2053,7 +2053,7 @@ th {
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment_right[open] > .comment_data > .comment_indent {
|
.comment_right[open] > .comment_data > .comment_collapse {
|
||||||
/* relative to .comment_right */
|
/* relative to .comment_right */
|
||||||
width: 15px;
|
width: 15px;
|
||||||
left: -29px;
|
left: -29px;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
</span>
|
</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="comment_indent"></div>
|
<div class="comment_collapse"></div>
|
||||||
</summary>
|
</summary>
|
||||||
{% if is_filtered %}
|
{% if is_filtered %}
|
||||||
<div class="comment_body_filtered {% if highlighted %}highlighted{% endif %}">(Filtered content)</div>
|
<div class="comment_body_filtered {% if highlighted %}highlighted{% endif %}">(Filtered content)</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue