From 163c98df016b61fc6f5b38563a0a12d8150ce1dd Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 31 Oct 2024 19:39:49 +0800 Subject: [PATCH] Add one more bug fix --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index d5e97da7..bb371a25 100644 --- a/src/app.css +++ b/src/app.css @@ -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));