Avoid further UI flickering on load and show/hide OR in login screen if more than one is active

Fixes #5028
This commit is contained in:
Johannes Zellner 2023-08-01 12:57:25 +02:00
parent d17d12e719
commit 1271409989
3 changed files with 23 additions and 14 deletions

View file

@ -564,6 +564,9 @@ a:not(.disabled).is-active i.fa {
text-decoration: underline;
text-decoration-color: #17683a;
}
.at-pwd-form, .at-sep, .at-oauth {
display: none;
}
@-moz-keyframes fadeIn {
from {
opacity: 0;
@ -636,7 +639,3 @@ a:not(.disabled).is-active i.fa {
transform: rotate(360deg);
}
}
.at-pwd-form {
display: none;
}