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; }