feat: improve looks of auth page
This commit is contained in:
parent
9aec279d05
commit
e95e81112b
1 changed files with 7 additions and 3 deletions
|
@ -122,18 +122,22 @@ async function showUser(e: Event) {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#auth-form-container,
|
#auth-form-container {
|
||||||
#auth-form-container form {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 50dvw;
|
width: 20dvw;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
|
margin-bottom: 2dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#auth-form-container form {
|
#auth-form-container form {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-top: 10dvh;
|
margin-top: 10dvh;
|
||||||
|
gap: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#instance-error-container {
|
#instance-error-container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue