mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Workaround #928
This commit is contained in:
parent
85d3a95dec
commit
f35ea9a815
1 changed files with 14 additions and 0 deletions
|
|
@ -67,15 +67,29 @@ html:not(.rl-left-panel-disabled) #rl-left {
|
||||||
}
|
}
|
||||||
|
|
||||||
.rl-side-preview-pane #V-MailMessageList {
|
.rl-side-preview-pane #V-MailMessageList {
|
||||||
|
resize: horizontal; /*overflow: auto;*/
|
||||||
|
min-width: 320px;
|
||||||
|
max-width: 60%;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
.rl-side-preview-pane #V-MailMessageList .messageList {
|
||||||
resize: horizontal; overflow: auto;
|
resize: horizontal; overflow: auto;
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
.rl-bottom-preview-pane #V-MailMessageList {
|
.rl-bottom-preview-pane #V-MailMessageList {
|
||||||
|
resize: vertical; /*overflow: auto;*/
|
||||||
|
min-height: 200px;
|
||||||
|
max-height: 60%;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
.rl-side-preview-pane #V-MailMessageList .messageList {
|
||||||
resize: vertical; overflow: auto;
|
resize: vertical; overflow: auto;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
max-height: 60%;
|
max-height: 60%;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
.rl-bottom-preview-pane #V-MailMessageList > .resizer {
|
.rl-bottom-preview-pane #V-MailMessageList > .resizer {
|
||||||
cursor: ns-resize;
|
cursor: ns-resize;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue