fixes #2486: Blacklist indication/display across the site
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
Danbooru.Blacklist.posts = function() {
|
||||
return $(".post-preview, #image-container");
|
||||
return $(".post-preview, #image-container, #c-comments .post");
|
||||
}
|
||||
|
||||
Danbooru.Blacklist.post_match = function(post, entry) {
|
||||
|
||||
@@ -131,7 +131,7 @@ div#c-comments {
|
||||
}
|
||||
}
|
||||
|
||||
div.post.blacklisted {
|
||||
div.post.blacklisted.blacklisted-active {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -503,7 +503,7 @@ div#c-explore-posts {
|
||||
}
|
||||
}
|
||||
|
||||
div#c-explore-posts, div#c-post-appeals, div#c-post-flags, div#c-pools {
|
||||
div#c-explore-posts, div#c-post-appeals, div#c-post-flags, div#c-pools, div#c-notes, div#c-comments {
|
||||
#blacklist-box {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user