mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 16:21:49 +03:00
No content-visibility: auto for post page
This commit is contained in:
parent
5c99ef6508
commit
06bb1815bb
1 changed files with 4 additions and 5 deletions
|
@ -366,11 +366,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
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);
|
||||||
|
}
|
||||||
+ li:not(.hero) {
|
.timeline:not(.contextual) > li + li {
|
||||||
content-visibility: auto;
|
content-visibility: auto;
|
||||||
contain-intrinsic-size: auto 160px;
|
contain-intrinsic-size: auto 160px;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.timeline.flat > li {
|
.timeline.flat > li {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
Loading…
Reference in a new issue