master
kek7198 2021-12-20 15:07:21 -06:00
parent 8d1eaf6178
commit c531e8db0c
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 dark:bg-gray-700 rounded-md shadow-lg">
<div class="flex justify-between border-b border-gray-300 dark:border-gray-800 p-3">
<div class="flex justify-between border-b border-gray-300 dark:border-gray-900 p-3">
<div class="form-group flex items-center w-full 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);">