Exclude the JS-injected hashtag stuffing class

pull/406/head
Lim Chee Aun 2024-01-26 16:09:21 +08:00
rodzic 0386357688
commit 6075542071
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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