mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
collapse comment by clicking on indent line
This commit is contained in:
parent
3ff907d6c1
commit
840907a586
2 changed files with 14 additions and 0 deletions
|
@ -1368,6 +1368,7 @@ a.search_subreddit:hover {
|
|||
margin: 10px 0;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.comment img {
|
||||
|
@ -1459,6 +1460,18 @@ a.search_subreddit:hover {
|
|||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
.comment_indent {
|
||||
position: absolute; /* relative to .comment */
|
||||
left: 15px;
|
||||
width: 20px;
|
||||
top: 45px;
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.comment:has(> .comment_right > .comment_data > .comment_indent:hover) > .comment_left * {
|
||||
background: var(--highlighted);
|
||||
}
|
||||
|
||||
.comment_image {
|
||||
max-width: 500px;
|
||||
align-self: center;
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
</span>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<div class="comment_indent"></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