forked from extern/egroupware
Fix resize handler in mail compose
This commit is contained in:
parent
d17f7d2e55
commit
f7bcc773a8
@ -4630,7 +4630,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
textArea = this.et2.getWidgetById('mail_htmltext');
|
textArea = this.et2.getWidgetById('mail_htmltext');
|
||||||
}
|
}
|
||||||
// Tolerate values base on plain text or html, in order to calculate freespaces
|
// Tolerate values base on plain text or html, in order to calculate freespaces
|
||||||
var textAreaDelta = textArea.id == "mail_htmltext"?120:40;
|
var textAreaDelta = textArea.id == "mail_htmltext"?20:40;
|
||||||
|
|
||||||
// while attachments are in progress take progress visiblity into account
|
// while attachments are in progress take progress visiblity into account
|
||||||
// otherwise the attachment progress is finished and consider attachments list
|
// otherwise the attachment progress is finished and consider attachments list
|
||||||
|
@ -674,7 +674,7 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|||||||
}
|
}
|
||||||
.mailComposeBody iframe {
|
.mailComposeBody iframe {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 70% !important;
|
height: -webkit-fill-available !important;
|
||||||
}
|
}
|
||||||
#mail-compose_mail_plaintext {
|
#mail-compose_mail_plaintext {
|
||||||
white-space: pre-wrap !important;
|
white-space: pre-wrap !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user