UX: Small fixes for iOS signup modal

This commit is contained in:
Kris 2019-12-11 15:47:25 -05:00
parent 9c41b66996
commit 91a5731e7b
1 changed files with 3 additions and 1 deletions

View File

@ -3,8 +3,9 @@
// create account modals
.login-modal,
.create-account {
.modal-inner-container {
&.fixed-modal .modal-inner-container {
max-width: 350px;
max-height: 85vh;
}
.close {
@ -13,6 +14,7 @@
#login-buttons:not(.hidden) {
display: flex;
flex: 1 0 auto;
flex-wrap: wrap;
justify-content: center;
width: 102%;