Can now switch between logging in and creating user

This commit is contained in:
Gnarwhal 2021-02-05 08:25:41 -05:00
parent 5a1dd33dfe
commit 9e2ef9cfdc
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
3 changed files with 33 additions and 3 deletions

View file

@ -86,8 +86,15 @@
.ap-button.login {
margin: 0 calc(var(--element-spacing) / 2);
flex-basis: max-content;
}
#create-user-button {
flex-grow: 0;
}
#login-button {
flex-grow: 1;
flex-basis: 0px;
}
#warning {