mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 01:28:56 +08:00
fix: login screen textbox padding
This commit is contained in:
parent
4ad603eeb1
commit
2e892ff083
1 changed files with 4 additions and 0 deletions
|
@ -1215,6 +1215,10 @@ html.rl-mobile.rl-left-panel-disabled #rl-app #rl-left {
|
|||
background: unset;
|
||||
}
|
||||
|
||||
#rl-app .LoginView .controls input:not([type="checkbox"]) {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
#rl-app #rl-loading[hidden],
|
||||
#rl-app #rl-loading-error[hidden],
|
||||
#rl-app .LoginView .alert[hidden] {
|
||||
|
|
Loading…
Reference in a new issue