mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
only set size when comment is open
This commit is contained in:
parent
840907a586
commit
0fdf57db4d
1 changed files with 12 additions and 12 deletions
|
@ -1438,6 +1438,18 @@ a.search_subreddit:hover {
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
.comment_right[open] .comment_indent {
|
||||
position: absolute; /* relative to .comment */
|
||||
left: 15px;
|
||||
width: 20px;
|
||||
top: 45px;
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.comment:has(> .comment_right[open] > .comment_data > .comment_indent:hover) > .comment_left * {
|
||||
background: var(--highlighted);
|
||||
}
|
||||
|
||||
.comment:has([id]) .comment_data > * {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
@ -1460,18 +1472,6 @@ 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue