forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 19:38:43 -06:00
parent 72430b0de7
commit f8d9769712
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@
<div id="comment-form-space-{{p.fullname}}" class="comment-write flex">
<div class="relative avatar mr-4">
<img loading="lazy" src="{{v.profile_url}}" class="w-14 h-14 p-[3px] bg-white border border-gray-300 object-cover" alt="my avatar"/>
<img loading="lazy" src="{{v.profile_url}}" class="flex-shrink-0 w-14 h-14 p-[3px] bg-white border border-gray-300 object-cover" alt="my avatar"/>
</div>
{% include "/comments/CommentForm.html" %}
</div>