Reduce padding on workout modal when on mobile, TODO: workout list view needs to be made responsive as well
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
then toggle .hide-scrollbar on document.body
|
||||
then send refreshView to #refreshViewElement'>
|
||||
<div class='modal-underlay' _='on click trigger closeModal'></div>
|
||||
<div class='modal-content' _='init toggle .hide-scrollbar on document.body'>
|
||||
<div class='modal-content m-4 sm:mt-24 max-h-[95%]' _='init toggle .hide-scrollbar on document.body'>
|
||||
<div class="relative w-full h-full max-w-2xl md:h-auto overflow-auto">
|
||||
<!-- Modal content -->
|
||||
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700">
|
||||
|
||||
Reference in New Issue
Block a user