Bugfix some mobile CSS

This commit is contained in:
the-djmaze 2023-02-22 17:57:10 +01:00
parent 97282075b0
commit b5db67d23f
6 changed files with 19 additions and 17 deletions

View file

@ -56,10 +56,6 @@
} }
} }
.rl-mobile #V-AdminPane {
margin-right: 0;
}
.btn.btn-logout { .btn.btn-logout {
padding-left: 12px; padding-left: 12px;
padding-right: 12px; padding-right: 12px;
@ -92,14 +88,18 @@
/* mobile and tablet */ /* mobile and tablet */
@media screen and (max-width: 999px) { @media screen and (max-width: 999px) {
#rl-settings-subscreen {
padding: 10px;
}
#rl-right { #rl-right {
min-width: calc(100% - @rlLowMargin); min-width: calc(100% - @rlLowMargin);
} }
#V-AdminPane {
margin-right: 0;
}
#rl-settings-subscreen {
padding: 10px;
}
html.rl-left-panel-disabled { html.rl-left-panel-disabled {
#rl-left { #rl-left {
width: 0; width: 0;

View file

@ -195,7 +195,7 @@
} }
} }
html:not(rl-mobile) { html:not(.rl-mobile) {
.hideContactListCheckbox { .hideContactListCheckbox {
.checkboxItem { .checkboxItem {
visibility: hidden; visibility: hidden;

View file

@ -157,8 +157,14 @@ html:not(.rl-left-panel-disabled) #rl-left > .resizer,
width: 155px; width: 155px;
} }
#rl-settings-subscreen { #rl-app {
padding: 10px; #V-SettingsPane {
margin-right: 0;
}
#rl-settings-subscreen {
padding: 10px;
}
} }
.dropdown-menu a { .dropdown-menu a {

View file

@ -196,7 +196,7 @@ html.rl-mobile, html.rl-no-preview-pane {
} }
} }
html:not(rl-mobile) { html:not(.rl-mobile) {
.hideMessageListCheckbox { .hideMessageListCheckbox {
.checkboxCheckAll { .checkboxCheckAll {
visibility: hidden; visibility: hidden;

View file

@ -43,7 +43,7 @@ html.rl-no-preview-pane {
html.rl-no-preview-pane #V-MailMessageView .top-toolbar { html.rl-no-preview-pane #V-MailMessageView .top-toolbar {
padding-left: 1px; padding-left: 1px;
} }
html:not(.rl-mobile):not(.rl-no-preview-pane) #V-MailMessageView .top-toolbar { html:not(.rl-no-preview-pane) #V-MailMessageView .top-toolbar {
visibility: hidden; visibility: hidden;
} }
html.rl-bottom-preview-pane #V-MailMessageView .top-toolbar { html.rl-bottom-preview-pane #V-MailMessageView .top-toolbar {

View file

@ -68,10 +68,6 @@
} }
} }
.rl-mobile #V-SettingsPane {
margin-right: 0;
}
#rl-settings-subscreen { #rl-settings-subscreen {
background-color: var(--settings-bg-clr, #fff); background-color: var(--settings-bg-clr, #fff);
border: 1px solid var(--border-color, #aaa); border: 1px solid var(--border-color, #aaa);