mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
position indent on mobile + fix offset for desktop replies
This commit is contained in:
parent
0fdf57db4d
commit
e4e514875d
1 changed files with 15 additions and 2 deletions
|
@ -1438,14 +1438,20 @@ a.search_subreddit:hover {
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
.comment_right[open] .comment_indent {
|
||||
.comment_right[open] > .comment_data > .comment_indent {
|
||||
position: absolute; /* relative to .comment */
|
||||
left: 15px;
|
||||
width: 20px;
|
||||
left: 15px;
|
||||
top: 45px;
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.replies > .comment > .comment_right[open] > .comment_data > .comment_indent {
|
||||
left: 20px;
|
||||
top: 50px;
|
||||
height: calc(100% - 50px);
|
||||
}
|
||||
|
||||
.comment:has(> .comment_right[open] > .comment_data > .comment_indent:hover) > .comment_left * {
|
||||
background: var(--highlighted);
|
||||
}
|
||||
|
@ -2053,6 +2059,13 @@ th {
|
|||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.comment_right[open] > .comment_data > .comment_indent {
|
||||
width: 12px;
|
||||
left: 0 !important;
|
||||
top: 40px !important;
|
||||
height: calc(100% - 40px) !important;
|
||||
}
|
||||
|
||||
.line {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue