comments in modals

This commit is contained in:
SvyatoslavArtymovych 2023-04-26 16:44:06 +03:00
parent 0c4802ac5b
commit 78b09a8274
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<!-- Edit user modal -->
<!-- Add book modal -->
<!-- prettier-ignore-->
<div id="add-book-modal" tabindex="-1" aria-hidden="true" class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
<div class="relative w-full max-w-2xl max-h-full">

View File

@ -1,4 +1,4 @@
<!-- Edit user modal -->
<!-- Add collection modal -->
<!-- prettier-ignore-->
<div id="add-collection-modal" tabindex="-1" aria-hidden="true" class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
<div class="relative w-full max-w-2xl max-h-full">

View File

@ -1,4 +1,4 @@
<!-- Edit user modal -->
<!-- Add contributor modal -->
<!-- prettier-ignore-->
<div id="add-contributor-modal" tabindex="-1" aria-hidden="true" class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
<div class="relative w-full max-w-2xl max-h-full">