mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +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;
|
||||
overflow: auto;
|
||||
resize: horizontal;
|
||||
width: 35vw;
|
||||
}
|
||||
.rl-bottom-preview-pane #V-MailMessageList .messageList {
|
||||
height: 35vh;
|
||||
max-height: 50vh;
|
||||
min-height: 200px;
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue