Elastic: Fix too small height of mailvelope mail preview frame (#6600)

pull/6604/head
Aleksander Machniak 5 years ago
parent 0cd1e9d01b
commit d392e2d72a

@ -39,6 +39,7 @@ CHANGELOG Roundcube Webmail
- Elastic: Support new-line char as a separator for pasted recipients (#6460)
- Elastic: Improved UX of search dialogs (#6416)
- Elastic: Fix unwanted thread expanding when selecting a collapsed thread in non-mobile mode (#6445)
- Elastic: Fix too small height of mailvelope mail preview frame (#6600)
- Elastic: Add "status bar" for mobile in mail composer
- Elastic: Add selection options on contacts list (#6595)
- Log errors caused by low pcre.backtrack_limit when sending a mail message (#6433)

@ -130,6 +130,10 @@
#messagebody {
&.mailvelope {
margin: 0;
iframe {
min-height: 75vh;
}
}
}
@ -212,10 +216,6 @@
div.pre {
font-family: monospace;
}
&.mailvelope iframe {
min-height: 35em;
}
}
.message-partheaders {

Loading…
Cancel
Save