From cc07c005074348de87854f1c953a549e8772fa03 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 25 Apr 2017 20:01:29 +0500 Subject: Minor UI fixes (#6227) --- webapp/sass/components/_search.scss | 2 +- webapp/sass/layout/_headers.scss | 10 ++++++---- webapp/sass/layout/_post-right.scss | 6 ------ webapp/sass/layout/_webhooks.scss | 2 +- webapp/utils/constants.jsx | 2 +- 5 files changed, 9 insertions(+), 13 deletions(-) (limited to 'webapp') diff --git a/webapp/sass/components/_search.scss b/webapp/sass/components/_search.scss index b792ad31a..460507d1b 100644 --- a/webapp/sass/components/_search.scss +++ b/webapp/sass/components/_search.scss @@ -2,7 +2,7 @@ .channel-header { .search-bar__container { - padding: 0 9px 0 3px; + padding: 0 7px 0 3px; } } diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss index 4368fc397..6796570b6 100644 --- a/webapp/sass/layout/_headers.scss +++ b/webapp/sass/layout/_headers.scss @@ -17,7 +17,7 @@ white-space: nowrap; .fa { - font-size: 16px; + font-size: 19px; } } @@ -29,12 +29,14 @@ .member-popover__trigger { .fa { margin-left: 4px; + position: relative; + top: 2px; } } .pinned-posts-button svg { position: relative; - top: 2px; + top: 5px; } &.alt { @@ -44,8 +46,8 @@ font-weight: normal !important; &.header-list__right { - white-space: nowrap; padding-right: 4px; + white-space: nowrap; } } @@ -419,7 +421,7 @@ font-size: 22px; height: 30px; line-height: 26px; - margin-right: 3px; + margin-right: 1px; text-align: center; width: 30px; diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss index 9772ebc67..6556f4a94 100644 --- a/webapp/sass/layout/_post-right.scss +++ b/webapp/sass/layout/_post-right.scss @@ -11,12 +11,6 @@ .post-right-comments-container { position: relative; - - .post { - &:first-child { - padding-top: 15px; - } - } } diff --git a/webapp/sass/layout/_webhooks.scss b/webapp/sass/layout/_webhooks.scss index 9cfca2a3c..6f6ab0c90 100644 --- a/webapp/sass/layout/_webhooks.scss +++ b/webapp/sass/layout/_webhooks.scss @@ -46,7 +46,7 @@ border-radius: 4px; border-style: solid; border-width: 1px; - margin-top: 5px; + margin: 5px 0; padding: 2px 5px; } diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 031e46b44..1960fb050 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -439,7 +439,7 @@ export const Constants = { REPLY_ICON: " ", SCROLL_BOTTOM_ICON: " ", VIDEO_ICON: " ", - PIN_ICON: "", + PIN_ICON: "", THEMES: { default: { type: 'Organization', -- cgit v1.2.3-1-g7c22