From 913d923877d6f1cc8fa684efb0c2e67f7e4e0d55 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 4 Feb 2024 19:38:22 +0800 Subject: [PATCH] Make grouped subsequent hashtag pre-meta more seamless --- src/components/status.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index 83b347b9..400ec29c 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -20,6 +20,16 @@ var(--hashtag-faded-color), transparent min(160px, 50%) ); + + .timeline-item-container:not(.timeline-item-container-start) & { + background: radial-gradient( + ellipse at 0 1.2em, + var(--hashtag-faded-color), + transparent max(160px, 50%) + ); + background-size: 100% 3em; + background-repeat: no-repeat; + } } .status-reply-to { background: linear-gradient(