forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-28 11:48:54 -06:00
parent 27c3622715
commit dac2bfe79b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<input id="reply-form-submission-{{p.fullname}}" type="hidden" name="submission" value="{{p.id}}">
<div class="comment-box rounded-lg border border-gray-300 bg-gray-200 shadow-inner w-full">
<textarea maxlength="10000" id="reply-form-body-{{p.fullname}}" data-fullname="{{p.fullname}}" class="w-full rounded-t-md p-3 bg-transparent focus:bg-white shadow-inner resize-y focus:outline-none" id="comment-form" name="body" form="reply-to-{{p.fullname}}" aria-label="With textarea" placeholder="Add your comment..." rows="3"></textarea>
<ul class="-mt-1 flex space-x-4 px-3 py-2 border-t border-dashed border-white border-opacity-10">
<ul class="-mt-1 flex space-x-4 px-3 py-2 border-t border-dashed border-gray-400">
<li>
<button type="button" class="text-gray-500 hover:text-gray-400" onclick="makeBold('reply-form-body-{{p.fullname}}')">
<i class="fas fa-bold fa-fw fa-sm" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="Bold"></i>