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

View file

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

View file

@ -157,8 +157,14 @@ html:not(.rl-left-panel-disabled) #rl-left > .resizer,
width: 155px;
}
#rl-settings-subscreen {
padding: 10px;
#rl-app {
#V-SettingsPane {
margin-right: 0;
}
#rl-settings-subscreen {
padding: 10px;
}
}
.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 {
.checkboxCheckAll {
visibility: hidden;

View file

@ -43,7 +43,7 @@ html.rl-no-preview-pane {
html.rl-no-preview-pane #V-MailMessageView .top-toolbar {
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;
}
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 {
background-color: var(--settings-bg-clr, #fff);
border: 1px solid var(--border-color, #aaa);