forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-06 12:12:05 -06:00
parent 81e05fb0bd
commit ab9e9c7078
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="modal fade" id="gifModal" tabindex="-1" role="dialog" aria-labelledby="gifModalTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-dialog-centered p-5" role="document">
<div class="modal-content mx-auto max-w-3xl bg-gray-100 rounded-md shadow-lg">
<div class="modal-header border-bottom-0 shadow-md p-3">
<div class="modal-header border-b border-gray-300 p-3">
<div class="form-group flex items-center w-wull mb-0">
<div id="gifs-back-btn"></div>
<input type="text" class="form-input w-full" id="gifSearch" placeholder="Search and press enter" onchange="getGif(this.value);">