يظهر زر التصويت على المنشور الأصلي

كحل بديل، يمكنك استخدام CSS هذا:

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

6 إعجابات