Update: login/signup forms

This commit is contained in:
hyzen
2026-06-10 16:42:09 +05:30
parent f587af20d0
commit f6e8f88410
2 changed files with 18 additions and 18 deletions

View File

@@ -1078,13 +1078,13 @@
.auth-page {
max-width: 420px;
margin: 0 auto;
padding: 1rem 0 3rem;
margin: 2.5rem auto 0;
padding: 0 0 3rem;
}
.auth-page__title {
margin-top: 0;
margin-bottom: 0.6rem;
margin-bottom: 0.5rem;
}
.auth-card {
@@ -1096,11 +1096,11 @@
/* Message banner — fixed height always reserved so the form never shifts */
.auth-message {
border-radius: 6px;
font-size: 0.88rem;
line-height: 1.4;
height: 2.6rem;
margin-bottom: 0.4rem;
border-radius: 4px;
font-size: 0.82rem;
line-height: 1.3;
height: 1.8rem;
margin-bottom: 0.75rem;
box-sizing: border-box;
border: 1px solid transparent;
background: transparent;
@@ -1110,7 +1110,7 @@
overflow: hidden;
display: flex;
align-items: center;
padding: 0 0.9rem;
padding: 0 0.7rem;
}
.auth-message.is-visible {

View File

@@ -1078,13 +1078,13 @@
.auth-page {
max-width: 420px;
margin: 0 auto;
padding: 1rem 0 3rem;
margin: 2.5rem auto 0;
padding: 0 0 3rem;
}
.auth-page__title {
margin-top: 0;
margin-bottom: 0.6rem;
margin-bottom: 0.5rem;
}
.auth-card {
@@ -1096,11 +1096,11 @@
/* Message banner — fixed height always reserved so the form never shifts */
.auth-message {
border-radius: 6px;
font-size: 0.88rem;
line-height: 1.4;
height: 2.6rem;
margin-bottom: 0.4rem;
border-radius: 4px;
font-size: 0.82rem;
line-height: 1.3;
height: 1.8rem;
margin-bottom: 0.75rem;
box-sizing: border-box;
border: 1px solid transparent;
background: transparent;
@@ -1110,7 +1110,7 @@
overflow: hidden;
display: flex;
align-items: center;
padding: 0 0.9rem;
padding: 0 0.7rem;
}
.auth-message.is-visible {