forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 19:38:57 -06:00
parent f8d9769712
commit 53055c855f
1 changed files with 2 additions and 2 deletions

View File

@ -629,8 +629,8 @@
</div>
<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="flex-shrink-0 w-14 h-14 p-[3px] bg-white border border-gray-300 object-cover" alt="my avatar"/>
<div class="relative flex-shrink-0 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"/>
</div>
{% include "/comments/CommentForm.html" %}
</div>