Exclude the JS-injected hashtag stuffing class

This commit is contained in:
Lim Chee Aun 2024-01-26 16:09:21 +08:00
parent 0386357688
commit 6075542071

View file

@ -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;