mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Bring back content-visibility: auto for replies
With a fix
This commit is contained in:
parent
9345f8b44c
commit
f2cc0f5bec
1 changed files with 6 additions and 1 deletions
|
@ -367,9 +367,14 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
border-bottom: var(--hairline-width) solid var(--divider-color);
|
border-bottom: var(--hairline-width) solid var(--divider-color);
|
||||||
--line-dir: var(--to-forward);
|
--line-dir: var(--to-forward);
|
||||||
}
|
}
|
||||||
.timeline:not(.contextual) > li + li:not(.timeline-item-carousel) {
|
.timeline > li + li:not(.timeline-item-carousel) {
|
||||||
content-visibility: auto;
|
content-visibility: auto;
|
||||||
contain-intrinsic-size: auto 160px;
|
contain-intrinsic-size: auto 160px;
|
||||||
|
|
||||||
|
&:is(:hover, :focus-visible) {
|
||||||
|
/* Needed to undo the overflow: hidden "effect" due to "content-visibility: auto" */
|
||||||
|
content-visibility: visible;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.timeline.flat > li {
|
.timeline.flat > li {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
Loading…
Reference in a new issue