summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-05 19:34:01 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-05 19:34:01 +0500
commit67408e9ebd87691a850f78074f0d792bcec8e35e (patch)
treec636151f79940390ff6cc57a4888cb0f3f258d3d /web/sass-files/sass/partials/_responsive.scss
parent8e79f12f3c6c0f8858addaf6f66ea6e88a965b65 (diff)
downloadchat-67408e9ebd87691a850f78074f0d792bcec8e35e.tar.gz
chat-67408e9ebd87691a850f78074f0d792bcec8e35e.tar.bz2
chat-67408e9ebd87691a850f78074f0d792bcec8e35e.zip
Multiple UI improvements
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 832481cc5..09d498a69 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -60,6 +60,11 @@
&.move--left {
@include translateX(0);
+
+ .search-bar__container {
+ padding-right: 8px;
+ }
+
}
}
@@ -68,6 +73,13 @@
&.move--left {
margin-right: 0;
+
+ .channel-header__links {
+ position: relative;
+ right: auto;
+ top: auto;
+ }
+
}
}