summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-21 20:57:03 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-21 20:57:03 +0500
commit9ab31d0a2b83e8f44282fa346b7c000c325c033c (patch)
treebfe64eb190efef860c944e7a65208259967c5028 /web/sass-files/sass/partials/_responsive.scss
parent840335911f613d478047eebcc1461f62b9c59612 (diff)
downloadchat-9ab31d0a2b83e8f44282fa346b7c000c325c033c.tar.gz
chat-9ab31d0a2b83e8f44282fa346b7c000c325c033c.tar.bz2
chat-9ab31d0a2b83e8f44282fa346b7c000c325c033c.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 694a3e741..e1ceea3ad 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -56,6 +56,7 @@
.sidebar--right {
z-index: 5;
@include translateX(100%);
+ @include single-transition(all, 0.5s, ease);
&.move--left {
@include translateX(0);
@@ -628,6 +629,7 @@
height: calc(100% - 44px);
}
.inner__wrap {
+ @include single-transition(all, 0.5s, ease);
&.move--right {
@include translate3d(290px, 0, 0);
&:before {