mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Add one more bug fix
This commit is contained in:
parent
2f53fd332f
commit
163c98df01
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue