remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 00:25:55 -06:00
parent d997cd3070
commit 9e20293712
1 changed files with 8 additions and 6 deletions

View File

@ -218,14 +218,16 @@
<div class="col-span-full xl:col-span-9">
<!-- Non-dismissable Alerts -->
<div class="p-2.5 md:p-0">
{% if p.is_banned and p.ban_reason %}
<div class="mt-4 mb-0 rounded-lg shadow-lg p-3 text-white bg-red-600 border border-red-900 shadow-inset-t-white-10">
<i class="fas fa-gavel fa-fw mr-1"></i>
<span class="font-medium">
Removed by @{{p.ban_reason}}
</span>
</div>
<div class="mt-4 mb-0 rounded-lg shadow-lg p-3 text-white bg-red-600 border border-red-900 shadow-inset-t-white-10">
<i class="fas fa-gavel fa-fw mr-1"></i>
<span class="font-medium">
Removed by @{{p.ban_reason}}
</span>
</div>
{% endif %}
</div>
<!-- Post -->
<div id="post-root" class="sm:py-4 my-2.5 sm:my-0">