master
kek7198 2021-12-21 21:01:26 -06:00
parent 29a279dd77
commit a18367f643
1 changed files with 3 additions and 9 deletions

View File

@ -11,19 +11,13 @@
</div>
<div class="modal-body text-center">
<div class="py-4">
<i class="fad fa-trash-alt text-lg text-gray-400 hidden md:block"></i>
<i class="fad fa-trash-alt text-2xl text-gray-400"></i>
</div>
<div class="h4 md:hidden">Delete post?</div>
<p class="hidden md:block">Your post will be removed everywhere on {{'SITE_NAME' | app_config}}. This action can be undone.</p>
<p class="text-gray-400 md:hidden">
<p>
Your post will be removed everywhere on {{'SITE_NAME' | app_config}}. This action can be undone.
</p>
<div class="md:hidden">
<button type="button" id="deletePostButton-mobile" class="btn btn-red">Delete post</button>
<button type="button" class="btn btn-gray" data-bs-dismiss="modal">Cancel</button>
</div>
</div>
<div class="hidden md:flex justify-end space-x-2 border-t border-gray-300 dark:border-gray-800 p-4">
<div class="flex justify-end space-x-2 border-t border-gray-300 dark:border-gray-800 p-4">
<button type="button" class="px-4 py-2 text-sm font-bold text-gray-500 hover:text-gray-400" data-bs-dismiss="modal">Cancel</button>
<button type="button" id="deletePostButton" class="btn btn-red">Delete post</button>
</div>