forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-13 06:49:37 -06:00
parent f815ef58fc
commit 35bdb81e98
1 changed files with 5 additions and 4 deletions

View File

@ -222,6 +222,11 @@
{% if c.post and c.post.award_count("ghosts") %}
<span>👻</span>
{% else %}
{% if c.author.verified %}
<i class="fas fa-badge-check" style="color:{% if c.author.verifiedcolor %}#{{c.author.verifiedcolor}}{% else %}#1DA1F2{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{c.author.verified}}"></i>
{% endif %}
<div class="relative md:hidden flex-shrink-0 {{ 'santa' if c.author.patron else 'cap' }}">
<img loading="lazy" src="{{ c.author.profile_url }}" class="flex-shrink-0 w-9 h-9 p-[3px] bg-white border border-gray-300 object-cover lozad" alt="{{ c.author.username }} avatar"/>
</div>
@ -244,10 +249,6 @@
</a>
</span>
{% if c.author.verified %}
<i class="fas fa-badge-check" style="color:{% if c.author.verifiedcolor %}#{{c.author.verifiedcolor}}{% else %}#1DA1F2{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{c.author.verified}}"></i>
{% endif %}
{% if c.author.customtitle %}
<bdi class="flex-shrink-0" style="color: #{{c.author.titlecolor}}">
{{c.author.customtitle | safe }}