Add one more bug fix

This commit is contained in:
Lim Chee Aun 2024-10-31 19:39:49 +08:00
parent 2f53fd332f
commit 163c98df01

View file

@ -400,7 +400,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
--line-curve: -45deg;
}
> li:is(.hero:has(+ .thread), .thread, .ancestor) {
> li:is(.hero:has(+ .thread), .hero:last-child, .thread, .ancestor) {
--thread-start: var(--indent-large-start);
--line-start: var(--indent-large-start);
--line-end: calc(var(--line-start) + var(--line-width));