From b7cfe24402316bb166b72f3b4aa278ce0aa24830 Mon Sep 17 00:00:00 2001 From: "Batchimeg.a" Date: Tue, 22 Oct 2019 14:33:38 +0800 Subject: [PATCH 1/3] update widgets msg --- client/messenger/sass/components/_notification.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/messenger/sass/components/_notification.scss b/client/messenger/sass/components/_notification.scss index 8a791026..c2b3ed92 100644 --- a/client/messenger/sass/components/_notification.scss +++ b/client/messenger/sass/components/_notification.scss @@ -20,10 +20,6 @@ right: 0; } - &.full-message { - height: calc(100% - 110px); - } - .close-notification { background: darken($grey-light, 10%); border-radius: 50%; @@ -82,6 +78,7 @@ margin-bottom: 0; overflow: auto; padding: 0 $core-spacing $core-spacing; + max-height: 325px; } img { From 568c1c83663e799de48b56ac4015dfa6ab6be3f2 Mon Sep 17 00:00:00 2001 From: "Batchimeg.a" Date: Tue, 22 Oct 2019 15:12:34 +0800 Subject: [PATCH 2/3] edit height px --- client/messenger/sass/components/_notification.scss | 7 ++++++- client/messenger/widget/index.css | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/messenger/sass/components/_notification.scss b/client/messenger/sass/components/_notification.scss index c2b3ed92..789f35d9 100644 --- a/client/messenger/sass/components/_notification.scss +++ b/client/messenger/sass/components/_notification.scss @@ -20,6 +20,11 @@ right: 0; } + &.full-message { + //height: calc(100% - 110px); + overflow: hidden; + } + .close-notification { background: darken($grey-light, 10%); border-radius: 50%; @@ -78,7 +83,7 @@ margin-bottom: 0; overflow: auto; padding: 0 $core-spacing $core-spacing; - max-height: 325px; + max-height: 430px; } img { diff --git a/client/messenger/widget/index.css b/client/messenger/widget/index.css index fa16c0fe..abf05d0f 100644 --- a/client/messenger/widget/index.css +++ b/client/messenger/widget/index.css @@ -68,7 +68,7 @@ } .erxes-notifier-shown.fullMessage { - height: 550px; + height: 650px; max-height: 100%; } From ec8f9e202825fffa1d6289e7df4a08e9b8a32af4 Mon Sep 17 00:00:00 2001 From: "Batchimeg.a" Date: Tue, 22 Oct 2019 15:15:53 +0800 Subject: [PATCH 3/3] update fullMessage --- client/messenger/sass/components/_notification.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/messenger/sass/components/_notification.scss b/client/messenger/sass/components/_notification.scss index 789f35d9..5a175fd3 100644 --- a/client/messenger/sass/components/_notification.scss +++ b/client/messenger/sass/components/_notification.scss @@ -20,11 +20,6 @@ right: 0; } - &.full-message { - //height: calc(100% - 110px); - overflow: hidden; - } - .close-notification { background: darken($grey-light, 10%); border-radius: 50%;