diff --git a/static/style.css b/static/style.css index 545567e..3f3e40f 100644 --- a/static/style.css +++ b/static/style.css @@ -1446,6 +1446,19 @@ a.search_subreddit:hover { flex-grow: 1; flex-shrink: 1; min-width: 0; + position: relative; +} + +.comment_right[open] > .comment_data > .comment_collapse { + position: absolute; /* relative to .comment_right */ + width: 20px; + left: -35px; + top: 45px; + height: calc(100% - 45px); +} + +.comment:has(> .comment_right[open] > .comment_data > .comment_collapse:hover) > .comment_left * { + background: var(--highlighted); } .comment:has([id]) .comment_data > * { @@ -2051,6 +2064,14 @@ th { margin-top: -5px; } + .comment_right[open] > .comment_data > .comment_collapse { + /* relative to .comment_right */ + width: 15px; + left: -29px; + top: 35px; + height: calc(100% - 35px); + } + .line { margin-left: 5px; } diff --git a/templates/comment.html b/templates/comment.html index 36c9b60..ee86da8 100644 --- a/templates/comment.html +++ b/templates/comment.html @@ -34,6 +34,7 @@ {% endfor %} {% endif %} +
{% if is_filtered %}