投稿を開くと投票ボタンが表示される

回避策として、このCSSを使用できます。

.post-stream .topic-post:first-child .post-voting-post {
    display: none;
}

「いいね!」 6