mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Fix mobile view issues
This commit is contained in:
parent
8047a36b70
commit
271065fe44
5 changed files with 13 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue