increase margins in email auth popup
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
.auth-panel-email-login-form {
|
||||
padding: 0.4em 0.6em;
|
||||
padding: 0.35em 0.55em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
@@ -8,7 +8,7 @@
|
||||
.auth-panel-email-login-form__input,
|
||||
.auth-panel-email-login-form__token-input {
|
||||
width: 12rem;
|
||||
margin: 0.1em;
|
||||
margin: 0.15rem;
|
||||
}
|
||||
|
||||
.auth-panel-email-login-form__token-input {
|
||||
|
||||
Reference in New Issue
Block a user