forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 19:38:21 -06:00
parent 94227b3904
commit 72430b0de7
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">
<img loading="lazy" src="{{v.profile_url}}" class="w-14 h-14 p-[3px] bg-white border border-gray-300 object-cover mr-4" alt="my avatar"/>
<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"/>
</div>
{% include "/comments/CommentForm.html" %}
</div>