mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
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:
parent
c46d4b8c02
commit
3bad2d5dbd
17 changed files with 118 additions and 212 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue