forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-19 05:26:19 +02:00
parent b0ae41025b
commit 7b0f9f1261
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@
{% if v and request.path.startswith('/@') and v.admin_level == 0 %}
{% if voted==-1 %}
<li class=" arrow-down yp-0 m-0 pl-1 pr-2 comment-{{c.id}}-down active"></li>
<li class=" arrow-down py-0 m-0 pl-1 pr-2 comment-{{c.id}}-down active"></li>
{% endif %}
{% elif v %}
<button {% if environ.get('DISABLE_DOWNVOTES') == '1' %}style="display:None!important"{% endif %} id="comment-{{c.id}}-down" tabindex="0" href="javascript:void(0)" onclick="vote('comment', '{{c.id}}', '-1')" class="btn py-0 m-0 pl-1 pr-2 nobackground arrow-down downvote-button comment-{{c.id}}-down {% if voted==-1 %}active{% endif %}"></button>