remotes/1693045480750635534/spooky-22
kek7198 2021-11-30 17:04:49 -06:00
parent 605604969f
commit fb0acb9c00
1 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@
{% if p.author.verified %}
<i class="fas fa-badge-check align-middle ml-1" style="color:{% if p.author.verifiedcolor %}#{{p.author.verifiedcolor}}{% else %}#1DA1F2{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{p.author.verified}}"></i>
{% endif %}
<button class="flex items-center font-heading font-bold" data-bs-placement="bottom" data-bs-toggle="popover" data-bs-trigger="focus" data-content-id="popover-{{p.id}}" tabindex="0" style="color: #{{p.author.namecolor}}; font-weight: bold;" class="user-name">
<button class="flex items-center font-bold" data-bs-placement="bottom" data-bs-toggle="popover" data-bs-trigger="focus" data-content-id="popover-{{p.id}}" tabindex="0" style="color: #{{p.author.namecolor}}; font-weight: bold;" class="user-name">
{% if p.author.patron and not p.distinguish_level %}
<span class="patron" style="background-color:#{{p.author.namecolor}};">
{{p.author.username}}
@ -591,7 +591,7 @@
</div> -->
<div class="flex justify-between mb-1">
<div class="ml-20 text-gray-900 font-bold font-heading">
<div class="ml-20 text-gray-900 font-bold">
{{ p.comment_count }} {{ 'Response' if p.comment_count == 1 else 'Responses' }}
</div>
<ul class="flex space-x-3 text-sm text-gray-500 leading-normal">