From 807cefaa39d591a0506913d4831cb99a9ff91732 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 30 Apr 2020 11:46:33 -0400 Subject: [PATCH] fix(mail(css)): minor improvements to the mail editor --- UI/WebServerResources/scss/views/MailerUI.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/WebServerResources/scss/views/MailerUI.scss b/UI/WebServerResources/scss/views/MailerUI.scss index cd3258473..746841d39 100644 --- a/UI/WebServerResources/scss/views/MailerUI.scss +++ b/UI/WebServerResources/scss/views/MailerUI.scss @@ -275,7 +275,7 @@ md-sidenav { .sg-mail-editor { .pseudo-input-container { - max-height: 400px; + max-height: $baseline-grid * 4 * 6; // about 6 lines overflow: hidden; overflow-y: auto; padding-bottom: 2px; // leave some space for the border @@ -301,7 +301,7 @@ md-sidenav { } // Attachments list in bottom actions section of mail composer dialog -md-dialog .md-actions.sg-mail-editor-attachments { +md-dialog md-dialog-actions.sg-mail-editor-attachments { border-top: 1px solid $colorGrayLighter; overflow: auto; max-height: 2 * $pitch; // = 128px (3 rows of chips) @@ -319,7 +319,7 @@ md-dialog .md-actions.sg-mail-editor-attachments { position: absolute; right: 0; } - .md-icon-button { + .msg-header-buttons .md-icon-button { // Attachment button (file upload label) // Lower margins to fit the md-actions max height (52px) margin-bottom: $baseline-grid/2;