forked from rDrama/rDrama
1
0
Fork 0
Aevann1 2022-03-25 04:38:04 +02:00
parent 5c34c92c06
commit 3a544246d9
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
<div style="overflow:hidden"> <div style="overflow:hidden">
<span class="chat-message text-black text-break"></span> <span class="chat-message text-black text-break"></span>
<span class="text d-none"></span> <span class="text d-none"></span>
<button class="quote-btn btn d-inline-block py-0" onclick="quote(this)"><i class="fas fa-reply" aria-hidden="true"></i></button> <button class="quote-btn btn d-inline-block py-0 mb-1" onclick="quote(this)"><i class="fas fa-reply" aria-hidden="true"></i></button>
</div> </div>
</div> </div>
</div> </div>