fix
parent
a547c771e0
commit
57fcc51cdd
|
@ -295,7 +295,7 @@
|
|||
<img loading="lazy" src="{{ c.author.profile_url }}" class="hidden md:block flex-shrink-0 w-9 h-9 mb-2 p-[3px] bg-white border border-gray-300 object-cover" alt="{{ c.author.username }} avatar"/>
|
||||
{% endif %}
|
||||
</div>
|
||||
<button onclick="collapse_comment('{{c.id}}')" class="md:ml-4 mb-2 w-2.5 md:w-4 h-full border-l border-gray-400"></button>
|
||||
<button onclick="collapse_comment('{{c.id}}')" class="-ml-4 md:ml-4 mb-2 w-2.5 md:w-4 h-full border-l border-gray-400"></button>
|
||||
</div>
|
||||
|
||||
<div class="w-full">
|
||||
|
|
Loading…
Reference in New Issue