chore: Improve mobile placement of checkboxes in AdvancedSearch popup

This commit is contained in:
Rene Hampölz 2023-06-15 16:39:44 +00:00
parent 1ccef6cb26
commit 3fedf8a053

View file

@ -2017,6 +2017,10 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
}
@media screen and (max-width: 480px) {
#rl-app #V-PopupsAdvancedSearch .e-component.e-checkbox {
margin-left: -100%;
}
#rl-app #V-PopupsLanguages label {
margin-left: 0;
margin-right: 0;