From be5fcc35ac14bef2709c6b237ab7c56dc4308a67 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 5 Jan 2024 19:18:05 +0800 Subject: [PATCH] Comment line extended if there's status pre-meta --- src/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app.css b/src/app.css index baf91efd..cefd5292 100644 --- a/src/app.css +++ b/src/app.css @@ -831,6 +831,11 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { border-top-right-radius: 0; border-top: 0; background-size: 100% 16px; + + &:has(.status-pre-meta) { + /* 20px = icon of the pre-meta */ + background-size: 100% calc(16px + 20px); + } } .timeline:not(.flat) > li:is(.timeline-item-container-middle, .timeline-item-container-end)