Can now switch between logging in and creating user
This commit is contained in:
parent
5a1dd33dfe
commit
9e2ef9cfdc
3 changed files with 33 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue