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
Этот коммит содержится в:
khawerrind
2016-12-22 22:21:16 +05:00
коммит произвёл enahum
родитель a857cf18f4
Коммит c9eb23a3d4
9 изменённых файлов: 159 добавлений и 7 удалений

Просмотреть файл

@@ -74,7 +74,10 @@
}
.sidebar--right & {
width: 100%;
width: 300px;
float: left;
margin-left: 17px;
margin-right: 9px;
}
.search-bar {

Просмотреть файл

@@ -347,4 +347,8 @@
#videos.small {
position: relative;
}
.search__form {
width: calc(100% - 92px);
}
}