Center login and 2fa entry when login via new tab

This commit is contained in:
Daniel James Smith 2021-11-16 13:48:47 +01:00
parent f85a6958bc
commit 5294ffacc1
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726
1 changed files with 16 additions and 0 deletions

View File

@ -347,6 +347,22 @@ app-root {
}
@media only screen and (min-width: 601px) {
app-login header {
padding: 0 calc((100% - 500px) / 2);
}
app-login content {
padding: 0 calc((100% - 500px) / 2);
}
app-two-factor header {
padding: 0 calc((100% - 500px) / 2);
}
app-two-factor content {
padding: 0 calc((100% - 500px) / 2);
}
app-lock header {
padding: 0 calc((100% - 500px) / 2);
}