master
kek7198 2021-12-21 22:37:53 -06:00
parent 61b9ce4323
commit e17d214bbe
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@
{% include "CHRISTMAS/comments/CommentEditForm.html" %} {% include "CHRISTMAS/comments/CommentEditForm.html" %}
{% endif %} {% endif %}
<!-- Comment actions --> <!-- Comment actions -->
<div id="comment-{{c.id}}-actions" class="hidden-on-collapse py-2 {% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}"> <div id="comment-{{c.id}}-actions" class="hidden-on-collapse pt-3 pb-2 {% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}">
{% include "CHRISTMAS/comments/CommentActions.html" %} {% include "CHRISTMAS/comments/CommentActions.html" %}
</div> </div>
{% endif %} {% endif %}