remotes/1693045480750635534/spooky-22
kek7198 2021-12-09 14:28:20 -06:00
parent 6f70593b9e
commit 650fe4b1e4
1 changed files with 4 additions and 7 deletions

View File

@ -270,12 +270,12 @@
<div id="{% if comment_info and comment_info.id == c.id %}context{%else%}comment-{{c.id}}-only{% endif %}" class="comment-anchor relative {% if comment_info and comment_info.id == c.id %}context{%endif%}{% if c.is_banned %} banned{% endif %}{% if c.deleted_utc %} deleted{% endif %}">
<div class="user-info no-scrollbar overflow-y-hidden overflow-x-auto flex items-center">
<span class="flex-shrink-0 comment-collapse-icon mr-2" onclick="collapse_comment('{{c.id}}')"></span>
<span class="mr-2" id="reddot-{{c.id}}"></span>
<div class="user-info no-scrollbar overflow-y-hidden overflow-x-auto flex items-center space-x-2 md:-ml-2 mb-1 text-sm text-gray-500 leading-normal">
<span class="flex-shrink-0 comment-collapse-icon" onclick="collapse_comment('{{c.id}}')"></span>
<span id="reddot-{{c.id}}"></span>
{% if c.awards %}
<ul class="flex space-x-2 mb-0 mr-2">
<ul class="flex space-x-2 mb-0">
{% for a in c.awards %}
<li>
<i class="{{a.class_list}} px-1" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{a.title}} Award given by @{{a.user.username}}"></i>
@ -287,8 +287,6 @@
{% if c.post and c.post.award_count("ghosts") %}
<span>👻</span>
{% else %}
<div class="flex-shrink-0 flex items-center space-x-2 md:-ml-2 mb-1 text-sm text-gray-500 leading-normal">
<div class="relative md:hidden {{ 'santa' if c.author.patron else 'cap' }}">
<img loading="lazy" src="{{ c.author.profile_url }}" class="w-9 h-9 p-[3px] bg-white border border-gray-300 object-cover lozad" alt="{{ c.author.username }} avatar"/>
</div>
@ -369,7 +367,6 @@
Edited {{c.edited_string}}
</span>
{% endif %}
</div>
{% endif %}
</div>