[Blacklist] Fix blacklist box being visible on favorites page

This commit is contained in:
Earlopain 2021-12-20 07:26:18 +01:00
parent 62aabe779b
commit bd344fd216
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -65,7 +65,7 @@
}
// Completely hide the blacklisted posts on these pages only
#c-posts #a-index, #c-explore-posts {
#c-posts #a-index, #c-explore-posts, #c-favorites {
.post-preview.blacklisted {
display: none;
}