summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_content.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-02 23:36:21 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-02 23:36:21 +0500
commit6172ca8359838f3e5628afc21a48c59a41f48f8e (patch)
tree82b262b872a5f6b7753181a47f2247a63ea3932c /web/sass-files/sass/partials/_content.scss
parentc8cc46f6e03de59dbc1763cab1eb1999d85d8fe4 (diff)
downloadchat-6172ca8359838f3e5628afc21a48c59a41f48f8e.tar.gz
chat-6172ca8359838f3e5628afc21a48c59a41f48f8e.tar.bz2
chat-6172ca8359838f3e5628afc21a48c59a41f48f8e.zip
Updating UI for tablet view
Diffstat (limited to 'web/sass-files/sass/partials/_content.scss')
-rw-r--r--web/sass-files/sass/partials/_content.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_content.scss b/web/sass-files/sass/partials/_content.scss
index 44a959a9b..0570daeb7 100644
--- a/web/sass-files/sass/partials/_content.scss
+++ b/web/sass-files/sass/partials/_content.scss
@@ -1,5 +1,5 @@
.inner__wrap {
- @include single-transition(transform, 0.5s, ease);
+ @include single-transition(all, 0.5s, ease);
&.move--left {
margin-right: 400px;
.search-bar__container {