fix: full page on mobile

This commit is contained in:
EETagent 2023-01-03 14:56:18 +01:00
parent 56f5398345
commit bd075c8d5f
2 changed files with 3 additions and 4 deletions

View file

@ -49,8 +49,7 @@
}
.view {
@apply z-10 overflow-scroll;
@apply rounded-3xl md:rounded-none;
@apply absolute top-0 right-0 bottom-0 left-0 m-auto h-[90vh] w-[90vw] md:top-auto md:bottom-auto md:left-auto md:m-0;
@apply absolute top-0 right-0 bottom-0 left-0 m-auto md:top-auto md:bottom-auto md:left-auto md:m-0;
@apply md:h-screen md:w-[50vw];
@apply md:my-auto;
@apply bg-white;

View file

@ -123,8 +123,8 @@
.modal {
@apply flex flex-col items-center justify-center;
@apply mx-auto my-auto;
@apply h-[90vh] w-[90vw] md:h-4/5 md:w-4/5;
@apply rounded-3xl;
@apply h-full w-full md:h-4/5 md:w-4/5;
@apply md:rounded-3xl;
@apply bg-white;
}
input {