fix: make modals mobile-friendly (#1337)

This commit is contained in:
Aman Harwara
2022-07-25 20:18:24 +05:30
committed by GitHub
parent 36288ad36a
commit 7b6b2bc5b1
11 changed files with 91 additions and 44 deletions

View File

@@ -47,6 +47,9 @@
width: 100%;
height: 100%;
padding-left: 1rem;
padding-right: 1rem;
background-color: transparent;
display: flex;
align-items: center;