remotes/1693045480750635534/spooky-22
kek7198 2021-12-09 14:31:58 -06:00
parent 650fe4b1e4
commit 0be2239baa
1 changed files with 2 additions and 2 deletions

View File

@ -270,10 +270,10 @@
<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 %}">
<span class="absolute right-3 top-1" 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">
{% for a in c.awards %}