evazion
1291505546
Fix blacklists not working on /comments page.
This rule:
.post-preview.blacklisted-active, #image-container.blacklisted-active, #c-comments .post.blacklisted-active {
display: none;
}
was being overridden by this rule:
div#c-comments div#a-index div.post, div#c-comments div#a-show div.post {
display: flex;
}
2019-10-01 00:36:47 -05:00
..
2019-09-30 00:58:34 -05:00
2019-09-28 17:50:10 -05:00
2019-10-01 00:36:47 -05:00
2019-09-27 21:12:53 -05:00
2019-09-27 21:48:49 -05:00
2019-08-06 10:42:45 -05:00
2019-09-30 02:51:13 -05:00
2019-09-27 21:48:49 -05:00
2019-09-30 12:01:42 -05:00