mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +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;
|
||||
}
|
||||
|
||||
.comment_right[open] > .comment_data > .comment_indent {
|
||||
.comment_right[open] > .comment_data > .comment_collapse {
|
||||
position: absolute; /* relative to .comment_right */
|
||||
width: 20px;
|
||||
left: -35px;
|
||||
|
@ -1446,7 +1446,7 @@ a.search_subreddit:hover {
|
|||
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);
|
||||
}
|
||||
|
||||
|
@ -2053,7 +2053,7 @@ th {
|
|||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.comment_right[open] > .comment_data > .comment_indent {
|
||||
.comment_right[open] > .comment_data > .comment_collapse {
|
||||
/* relative to .comment_right */
|
||||
width: 15px;
|
||||
left: -29px;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</span>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<div class="comment_indent"></div>
|
||||
<div class="comment_collapse"></div>
|
||||
</summary>
|
||||
{% if is_filtered %}
|
||||
<div class="comment_body_filtered {% if highlighted %}highlighted{% endif %}">(Filtered content)</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue