Fix mobile view issues

This commit is contained in:
the-djmaze 2023-01-26 15:37:27 +01:00
parent 8047a36b70
commit 271065fe44
5 changed files with 13 additions and 15 deletions

View file

@ -238,7 +238,3 @@ html.rl-left-panel-disabled {
margin-left: 0 !important;
}
}
html.rl-mobile .b-folders .b-content {
bottom: 0;
}

View file

@ -275,12 +275,18 @@ html.rl-no-preview-pane #rl-right .resizer {
}
html.rl-mobile {
#rl-left {
background: var(--main-bg-color);
position: fixed;
left: 0;
top: 0;
bottom: 0;
width: 50vw;
z-index: 2;
}
&.rl-left-panel-disabled #rl-left {
display: none;
}
#rl-right {
min-width: 100vw;
}
}
html.rl-bottom-preview-pane {

View file

@ -1,6 +1,5 @@
html.rl-mobile,
html.rl-no-preview-pane {
html.rl-mobile, html.rl-no-preview-pane {
.message-selected #V-MailMessageList {
display: none;
}

View file

@ -472,10 +472,7 @@ html.rl-bottom-preview-pane .messageView {
html.rl-fullscreen {
#rl-left {
display: none !important;
}
#rl-left,
#V-MailMessageList,
#V-SettingsPane,
#V-SystemDropDown,