Revamp login screens by moving login icons to the left,

due to issues with browser plugins like LastPass which place buttons on the right.
And added a TOTP icon
This commit is contained in:
djmaze 2021-11-16 12:35:11 +01:00
parent c46d4b8c02
commit 3bad2d5dbd
17 changed files with 118 additions and 212 deletions

View file

@ -15,6 +15,7 @@
flex-shrink: 0;
overflow: auto;
padding-top: 50px + @rlLowMargin + 10px;
transition: width 0.3s ease-out;
width: @rlLeftWidth;
nav {
@ -42,6 +43,7 @@
#rl-right {
flex-grow: 1;
transition: left 0.3s ease-out, right 0.3s ease-out;
z-index: 1;
}