summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorkhawerrind <khawer.zeshan@gmail.com>2016-12-22 22:21:16 +0500
committerenahum <nahumhbl@gmail.com>2016-12-22 14:21:16 -0300
commitc9eb23a3d44c96042522bf7cdefc65903eb1d0a3 (patch)
tree604f6b626503ee007efd4d46063f66280ed4754b /webapp/sass/responsive
parenta857cf18f4809ab5fbff4956b42430e5eeddb54e (diff)
downloadchat-c9eb23a3d44c96042522bf7cdefc65903eb1d0a3.tar.gz
chat-c9eb23a3d44c96042522bf7cdefc65903eb1d0a3.tar.bz2
chat-c9eb23a3d44c96042522bf7cdefc65903eb1d0a3.zip
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
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss7
-rw-r--r--webapp/sass/responsive/_tablet.scss6
2 files changed, 13 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 4a803b547..1dcaacc60 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -911,6 +911,9 @@
height: 45px;
padding: 7px 20px 0 49px;
position: relative;
+ width: 100%;
+ margin-left: 0px;
+ margin-right: 0px;
.icon--refresh {
@include opacity(.6);
@@ -927,6 +930,10 @@
padding: 0 10px 0 31px;
}
}
+
+ .channel-header__links {
+ display: none;
+ }
}
.sidebar--menu {
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 3d6abbd69..4de187846 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -20,6 +20,12 @@
}
}
+ .search__form {
+ .sidebar--right & {
+ width: 300px;
+ }
+ }
+
.post-create__container {
form {
padding: .5em 0;