mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Bugfix: on login loading the user settings failed
This commit is contained in:
parent
3895b7233c
commit
e6145249fa
6 changed files with 73 additions and 41 deletions
|
|
@ -76,12 +76,6 @@
|
|||
font-size: 24px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
&.hideContactListCheckbox {
|
||||
.checkboxItem {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.e-contact-item {
|
||||
|
|
@ -263,3 +257,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
html:not(rl-mobile) {
|
||||
.hideContactListCheckbox {
|
||||
.checkboxItem {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue