mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Exclude the JS-injected hashtag stuffing class
This commit is contained in:
parent
0386357688
commit
6075542071
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue