fix
This commit is contained in:
parent
cfc6a8aaae
commit
b4c581bb09
1 changed files with 5 additions and 4 deletions
|
@ -222,6 +222,11 @@
|
||||||
{% if c.post and c.post.award_count("ghosts") %}
|
{% if c.post and c.post.award_count("ghosts") %}
|
||||||
<span>👻</span>
|
<span>👻</span>
|
||||||
{% else %}
|
{% 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' }}">
|
<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"/>
|
<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>
|
</div>
|
||||||
|
@ -244,10 +249,6 @@
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</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 %}
|
{% if c.author.customtitle %}
|
||||||
<bdi class="flex-shrink-0" style="color: #{{c.author.titlecolor}}">
|
<bdi class="flex-shrink-0" style="color: #{{c.author.titlecolor}}">
|
||||||
{{c.author.customtitle | safe }}
|
{{c.author.customtitle | safe }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue