forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-07 21:33:27 -06:00
parent aec9043424
commit 6ccb71e0a5
2 changed files with 2 additions and 4 deletions

View File

@ -40,7 +40,7 @@
</div>
{% endif %}
<li id="post-{{p.id}}" class="p-2.5 mb-2 md:mb-4 md:pb-4 md:pt-0 md:px-0 bg-gray-200 border-b border-gray-300 {% if p.is_banned %} banned{% endif %}{% if p.deleted_utc %} deleted{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}{% if p.over_18 %} nsfw{% endif %}">
<li id="post-{{p.id}}" class="p-2.5 mb-2 md:mb-4 md:pb-4 md:pt-0 md:px-0 bg-gray-200 border-b border-gray-300 {% if p.is_banned %} banned{% endif %}{% if p.deleted_utc %} deleted{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}{% if p.over_18 %} nsfw{% endif %} list-none">
<div class="flex flex-nowrap">

View File

@ -101,9 +101,7 @@
{% include "/dropdowns/SubmissionSorts.html" %}
<hr class="my-4 shadow-inset-t-white-05 border-t border-gray-300"/>
{% endif %}
<div class="posts">
{% include "submission_listing.html" %}
</div>
{% include "submission_listing.html" %}
</div>
</div>