From 56fb2a9f2b64c74f8cca3cc4df3e6cf742e0d1d8 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 17 Mar 2023 17:15:24 +0800 Subject: [PATCH] Possibly fix the dangling thread line --- src/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app.css b/src/app.css index 6ce8ec28..8b575c63 100644 --- a/src/app.css +++ b/src/app.css @@ -204,6 +204,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { .timeline.contextual > li:last-child { background-size: 100% 20px; } +.timeline.contextual > li:only-child { + background-image: none; +} .timeline.contextual > li.descendant { position: relative; }