Bugfix: default preview-pane layout width/height

This commit is contained in:
the-djmaze 2023-02-09 09:02:30 +01:00
parent 62fb32a914
commit 58e1c2e535

View file

@ -20,8 +20,10 @@ html.rl-mobile, html.rl-no-preview-pane {
min-width: 320px;
overflow: auto;
resize: horizontal;
width: 35vw;
}
.rl-bottom-preview-pane #V-MailMessageList .messageList {
height: 35vh;
max-height: 50vh;
min-height: 200px;
overflow: auto;