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;