add: better quote post ui

This commit is contained in:
trisua 2025-05-21 00:04:18 -04:00
parent fb2a9285d2
commit 2b91422d18
8 changed files with 138 additions and 102 deletions

View file

@ -67,6 +67,12 @@
{{ icon "shield-user" }}
</span>
{%- endif %}
{% if profile.permissions|has_banned -%}
<span title="Banned" style="color: var(--color-primary);" class="flex items-center">
{{ icon "shield-ban" }}
</span>
{%- endif %}
</h3>
<span class="fade">{{ profile.username }}</span>