From 54849b60a9cc7e2831f84c39d151b11603d05699 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 8 May 2023 22:41:35 +0800 Subject: [PATCH] Fix more leaked styles --- src/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index 3fa6d3ea..753688e9 100644 --- a/src/app.css +++ b/src/app.css @@ -526,10 +526,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { (var(--line-margin-end) * 2) ); } */ -.timeline.contextual > li .replies li:last-child { +.timeline.contextual > li .replies li:not(.content li):last-child { background-size: 100% 20px; } -.timeline.contextual > li .replies li:before { +.timeline.contextual > li .replies li:not(.content li):before { content: ''; position: absolute; top: 10px; @@ -552,7 +552,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { var(--thread-start) + var(--line-margin-end) + (var(--line-margin-end) * 2) ); } */ -.timeline.contextual > li.thread .replies li:before { +.timeline.contextual > li.thread .replies li:not(.content li):before { --line-start: calc( var(--avatar-size) + var(--avatar-margin-start) + var(--avatar-margin-end) + (var(--line-margin-end) * (var(--comments-level) - 1))