From f3a266ee5d25bfff322acd3cc5eef91a6dce8954 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 8 Mar 2017 14:13:50 +0500 Subject: Ui improvements and bug fixes (#5677) * PLT-5565 - Fixing theme colors not updating * PLT-4721 - Removing status ind for system messages * PLT-5735 - Fixing ellipsis in firefox * PLT-5010 - Removing extra space in channel modal * PLT-5584 - Inline image overrning edit textarea * PLT-5475 - Fixing tutorials on mobile * PLT-5142 - Disabling poitner events for status * PLT-5728 - Fixing emoji highlight on hover --- webapp/sass/components/_modal.scss | 2 +- webapp/sass/components/_multi-select.scss | 1 - webapp/sass/layout/_post.scss | 9 ++++++++- webapp/sass/responsive/_mobile.scss | 3 +++ 4 files changed, 12 insertions(+), 3 deletions(-) (limited to 'webapp/sass') diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss index 03a8ad1e8..93bd9fda4 100644 --- a/webapp/sass/components/_modal.scss +++ b/webapp/sass/components/_modal.scss @@ -566,7 +566,7 @@ .more-modal__actions { flex-grow: 0; flex-shrink: 0; - margin: 5px 0 10px; + margin: 5px 0; padding-left: 20px; } diff --git a/webapp/sass/components/_multi-select.scss b/webapp/sass/components/_multi-select.scss index a33116aa4..beceb7b9c 100644 --- a/webapp/sass/components/_multi-select.scss +++ b/webapp/sass/components/_multi-select.scss @@ -29,7 +29,6 @@ .Select-value-label { overflow: hidden; - text-overflow: ellipsis; } } diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index de45eedd5..69cbbd712 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -3,7 +3,7 @@ .custom-textarea { background: transparent; border: 1px solid #cccccc; - height: auto; + height: 100%; line-height: 20px; min-height: 36px; overflow-x: hidden; @@ -576,6 +576,12 @@ } } + &.post--system { + .status { + visibility: hidden; + } + } + .post__img { padding-top: 0; } @@ -583,6 +589,7 @@ .status-wrapper { cursor: auto; height: 14px; + pointer-events: none; .status { bottom: auto; diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index 37c91846e..f31b325f6 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -9,6 +9,7 @@ .Select-value-label { max-width: 190px; + text-overflow: ellipsis; } } @@ -1622,6 +1623,7 @@ } } } + .attachment { .attachment__image { &.attachment__image--openraph { @@ -1635,6 +1637,7 @@ left: 0; position: fixed; top: 0; + z-index: 9999; .tutorial__content { .tutorial__steps { -- cgit v1.2.3-1-g7c22