remotes/1693045480750635534/spooky-22
kek7198 2021-12-02 21:38:35 -06:00
parent d01a8f151e
commit d7da56896d
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@
<!-- Post -->
<div id="post-root" class="col-span-full sm:py-4 my-2.5 sm:my-0">
<div id="post-{{p.id}}" class="w-full p-2.5 sm:p-0{% if p.is_banned %}bg-red-900{% endif %}{% if voted==1 %}upvoted{% elif voted==-1 %}downvoted{% endif %}">
<div id="post-{{p.id}}" class="w-full p-2.5 sm:p-0 {% if p.is_banned %}bg-red-900{% endif %}{% if voted==1 %}upvoted{% elif voted==-1 %}downvoted{% endif %}">
<div class="{% if p.deleted_utc > 0 %}deleted {% endif %} flex flex-row-reverse flex-nowrap justify-end">
{% if not p.is_image and p.thumb_url and not p.embed_url %}