投票按钮出现在开帖上

作为一种变通方法,您可以使用此 CSS:

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

6 个赞