mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Experiment with content-visibility: auto again
This commit is contained in:
parent
cc10ccf466
commit
155abaa389
1 changed files with 5 additions and 0 deletions
|
@ -366,6 +366,11 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
padding: 0;
|
||||
border-bottom: var(--hairline-width) solid var(--divider-color);
|
||||
--line-dir: var(--to-forward);
|
||||
|
||||
+ li:not(.hero) {
|
||||
content-visibility: auto;
|
||||
contain-intrinsic-size: auto 160px;
|
||||
}
|
||||
}
|
||||
.timeline.flat > li {
|
||||
border-bottom: none;
|
||||
|
|
Loading…
Reference in a new issue