master
kek7198 2021-12-21 21:04:20 -06:00
parent 7b42769b71
commit 9cda10179e
2 changed files with 2 additions and 4 deletions

View File

@ -430,11 +430,9 @@
</button>
</div>
<div class="modal-body text-center">
<div class="py-4">
<i class="fad fa-trash-alt text-gray-400" style="font-size: 3.5rem;"></i>
<i class="fad fa-trash-alt text-2xl text-gray-400"></i>
</div>
<p>
Your comment will be removed everywhere on {{'SITE_NAME' | app_config}}. This action can be undone.
</p>

View File

@ -1,7 +1,7 @@
<script src="/assets/CHRISTMAS/js/delete_post_modal.js?v=201"></script>
<div class="modal fade" id="deletePostModal" tabindex="-1" role="dialog" aria-labelledby="deletePostModalTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered mx-auto max-w-xl" role="document">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content mx-auto max-w-xl bg-gray-100 dark:bg-gray-700 rounded-md shadow-lg">
<div class="modal-header">
<h5 class="font-bold text-xl font-heading leading-normal">Delete post</h5>