diff --git a/less/topic.less b/less/topic.less index 23866a1..9da1f64 100644 --- a/less/topic.less +++ b/less/topic.less @@ -174,6 +174,10 @@ .topic { &.deleted { .opacity(0.3); + + .votes { + display: none; + } } .posts { @@ -187,6 +191,10 @@ .content { .opacity(0.3); } + + .votes { + display: none; + } } > hr {