Improve layout of new transaction on mobile
This commit is contained in:
@ -48,7 +48,7 @@ function submitDialog() {
|
||||
class="fixed inset-0 bg-gray-600 bg-opacity-50 overflow-y-auto h-full w-full"
|
||||
>
|
||||
<div
|
||||
class="relative top-20 mx-auto p-5 w-96 shadow-lg rounded-md bg-white dark:bg-black"
|
||||
class="relative md:top-20 md:mx-auto p-5 md:w-96 shadow-lg md:h-auto h-full rounded-md bg-white dark:bg-black"
|
||||
>
|
||||
<div class="mt-3 text-center">
|
||||
<h3
|
||||
|
Reference in New Issue
Block a user