mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-25 11:54:17 +00:00
(js) Expandable mail editor
Added "autogrow" plugin for CKEditor.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user