mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Bugfix: default preview-pane layout width/height
This commit is contained in:
parent
62fb32a914
commit
58e1c2e535
1 changed files with 2 additions and 0 deletions
|
|
@ -20,8 +20,10 @@ html.rl-mobile, html.rl-no-preview-pane {
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
resize: horizontal;
|
resize: horizontal;
|
||||||
|
width: 35vw;
|
||||||
}
|
}
|
||||||
.rl-bottom-preview-pane #V-MailMessageList .messageList {
|
.rl-bottom-preview-pane #V-MailMessageList .messageList {
|
||||||
|
height: 35vh;
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue