(js) Expandable mail editor

Added "autogrow" plugin for CKEditor.
This commit is contained in:
Francis Lachapelle
2017-01-18 21:24:45 -05:00
parent bb97b57ad7
commit 41dbb88b64
39 changed files with 116 additions and 69 deletions
@@ -59,6 +59,11 @@
}
}
// Vertical buttons in header area of mail composer dialog
.msg-header-buttons {
margin-right: -$baseline-grid;
}
.msg-body {
padding-top: $mg;
}
@@ -258,3 +263,13 @@ md-sidenav {
}
}
}
// Message body container of mail composer dialog
.sg-mail-editor-content {
margin-bottom: 0;
}
// Attachments list in bottom actions section of mail composer dialog
.sg-mail-editor-attachments {
margin-top: -$baseline-grid;
}