mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Improve mobile placement of checkboxes in AdvancedSearch popup
This commit is contained in:
parent
1ccef6cb26
commit
3fedf8a053
1 changed files with 4 additions and 0 deletions
|
|
@ -2017,6 +2017,10 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
|
#rl-app #V-PopupsAdvancedSearch .e-component.e-checkbox {
|
||||||
|
margin-left: -100%;
|
||||||
|
}
|
||||||
|
|
||||||
#rl-app #V-PopupsLanguages label {
|
#rl-app #V-PopupsLanguages label {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue