diff --git a/src/components/status.css b/src/components/status.css index 695f9bc3..3ce630ca 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -1708,7 +1708,8 @@ 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, .contextual .status) +/* NOTE: disabled for now due to inaccuracy */ +/* .status:not(.large, .contextual .status) p:not(.hashtag-stuffing):has(.hashtag:nth-of-type(1)):has( .hashtag:nth-of-type(2) ):has(.hashtag:nth-of-type(3)):has(.hashtag:nth-of-type(4)):has( @@ -1720,7 +1721,7 @@ body:has(#modal-container .carousel) .status .media img:hover { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; -} +} */ .media-figure-multiple { margin: 0;