fixed comment hiding
This commit is contained in:
@@ -539,7 +539,7 @@ div#c-pool-orders {
|
||||
|
||||
div.comments-for-post {
|
||||
div.list-of-comments {
|
||||
article {
|
||||
article.comment {
|
||||
margin-bottom: 2em;
|
||||
|
||||
div.author {
|
||||
@@ -558,6 +558,14 @@ div.comments-for-post {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
article.comment.below-threshold {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
article.comment.below-threshold:hover {
|
||||
opacity: 1.0;
|
||||
}
|
||||
}
|
||||
|
||||
div.comment-preview {
|
||||
|
||||
Reference in New Issue
Block a user