remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 13:46:13 -06:00
parent 391cf99bc0
commit 2a459c225c
1 changed files with 2 additions and 6 deletions

View File

@ -240,6 +240,7 @@
{% endif %}
</div>
{% if p.awards or p.over_18 or p.stickied or p.is_pinned or p.private %}
<!-- Mobile post meta, awards, etc -->
<div class="p-2.5 md:p-0 block md:hidden">
<ul class="flex flex-wrap gap-3 items-center mb-0">
@ -262,12 +263,6 @@
<span class="badge badge-yellow">Country Club</span>
<li>
{% endif %}
<!-- Banned -->
{% if p.bannedfor and p.author.banned_by %}
<li>
<i class="fad fa-gavel fa-sm fa-fw text-red-600" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="User was banned for this post by @{{p.author.banned_by.username}}"></i>
</li>
{% endif %}
<!-- Stickied -->
{% if p.stickied %}
<li>
@ -291,6 +286,7 @@
{% endif %}
</ul>
</div>
{% endif %}
<!-- Post -->
<div id="post-root" class="sm:py-4 my-2.5 sm:my-0">