From c9eb23a3d44c96042522bf7cdefc65903eb1d0a3 Mon Sep 17 00:00:00 2001 From: khawerrind Date: Thu, 22 Dec 2016 22:21:16 +0500 Subject: PLT-3782 Do not move the "@" sign and flag icon to the left of search bar when opening the right hand sidebar (#4850) * do not move the mention & flag button to the left of the search box when in search mode * fixed the margin & padding issues of the search box * fixed the member icon positioning issue and the expanded sidebar toggle issue * fixed remaining bugs when sidebar is in expanded mode * changed propTypes from func to bool --- webapp/sass/layout/_content.scss | 16 ++++++++++++++++ webapp/sass/layout/_headers.scss | 3 +++ 2 files changed, 19 insertions(+) (limited to 'webapp/sass/layout') diff --git a/webapp/sass/layout/_content.scss b/webapp/sass/layout/_content.scss index 22e8a5369..02f063573 100644 --- a/webapp/sass/layout/_content.scss +++ b/webapp/sass/layout/_content.scss @@ -6,12 +6,28 @@ .search-bar__container { display: none; } + .search-btns { + display: none; + } + .header-list__members { + margin-right: -18px; + float: right; + padding-right: 0px !important; + } } &.move--right { .search-bar__container { display: none; } + .search-btns { + display: none; + } + .header-list__members { + margin-right: -18px; + float: right; + padding-right: 0px !important; + } } } diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss index db3bda627..710a8ad6a 100644 --- a/webapp/sass/layout/_headers.scss +++ b/webapp/sass/layout/_headers.scss @@ -25,6 +25,9 @@ th { font-weight: normal !important; + &.header-list__members { + padding-right: 4px; + } } td { -- cgit v1.2.3-1-g7c22