mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
Only overflow the x
This commit is contained in:
parent
703e56c2c7
commit
789b9282c4
1 changed files with 2 additions and 2 deletions
|
@ -262,10 +262,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
inset 0 3px var(--comment-line-color);
|
||||
}
|
||||
.timeline.contextual .replies[data-comments-level='4'] {
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.timeline.contextual .replies[data-comments-level='4']:has(.replies) {
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
mask-image: linear-gradient(to left, transparent, black 32px);
|
||||
}
|
||||
.timeline.contextual
|
||||
|
|
Loading…
Add table
Reference in a new issue