From 6075542071d79fed14655539ebfdfa66249cc3b3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 26 Jan 2024 16:09:21 +0800 Subject: [PATCH] Exclude the JS-injected hashtag stuffing class --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index d7170a9a..28128661 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -1246,7 +1246,7 @@ body:has(#modal-container .carousel) .status .media img:hover { /* Collapse possible hashtag stuffing */ /* If >= 9 hashtags, collapse */ /* TODO: lower the threshold one day */ -.status:not(.large) p:has(.hashtag:nth-child(9)) { +.status:not(.large) p:not(.hashtag-stuffing):has(.hashtag:nth-child(9)) { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;