fix
This commit is contained in:
parent
31859f9c25
commit
f2b5c5680b
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@
|
|||
<img loading="lazy" src="{{ c.author.profile_url }}" class="hidden md:block flex-shrink-0 w-9 h-9 p-[3px] bg-white dark:bg-gray-900 border border-gray-300 dark:border-gray-700 object-cover lozad" alt="{{ c.author.username }} avatar"/>
|
||||
{% endif %}
|
||||
</div>
|
||||
<button onclick="collapse_comment('{{c.id}}')" class="invisible-on-collapse md:ml-4 w-[1px] md:w-4 h-full border-l border-gray-400 dark:border-gray-700"></button>
|
||||
<button onclick="collapse_comment('{{c.id}}')" class="invisible-on-collapse md:ml-4 w-[1px] md:w-4 h-full border-l border-gray-400 dark:border-gray-600"></button>
|
||||
</div>
|
||||
|
||||
<div class="w-full">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue