diff --git a/components/DialogContent/index.scss b/components/DialogContent/index.scss index 42ea3f74..32800e92 100644 --- a/components/DialogContent/index.scss +++ b/components/DialogContent/index.scss @@ -1,9 +1,11 @@ .Dialog { position: fixed; + box-sizing: border-box; background: none; border: 0; inset: 0; display: grid; + padding: 0; place-items: center; min-height: 100vh; min-width: 100vw; @@ -42,6 +44,8 @@ @include breakpoint(phone) { animation: 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards running openModalMobile; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; min-width: inherit; min-height: 80vh; transform: initial; diff --git a/components/LoginModal/index.scss b/components/LoginModal/index.scss index 137816e4..a84d8f17 100644 --- a/components/LoginModal/index.scss +++ b/components/LoginModal/index.scss @@ -1,6 +1,6 @@ .Login.DialogContent { gap: $unit; - min-width: $unit * 52; + // min-width: $unit * 52; .Fields { display: flex; diff --git a/components/SignupModal/index.scss b/components/SignupModal/index.scss index 5bf08462..1c18c253 100644 --- a/components/SignupModal/index.scss +++ b/components/SignupModal/index.scss @@ -1,6 +1,6 @@ .Signup.DialogContent { gap: $unit; - min-width: $unit * 52; + // min-width: $unit * 52; .Fields { display: flex;