summaryrefslogtreecommitdiffstats
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
parentc8cc46f6e03de59dbc1763cab1eb1999d85d8fe4 (diff)
downloadchat-6172ca8359838f3e5628afc21a48c59a41f48f8e.tar.gz
chat-6172ca8359838f3e5628afc21a48c59a41f48f8e.tar.bz2
chat-6172ca8359838f3e5628afc21a48c59a41f48f8e.zip
Updating UI for tablet view
-rw-r--r--web/sass-files/sass/partials/_content.scss2
-rw-r--r--web/sass-files/sass/partials/_responsive.scss6
2 files changed, 2 insertions, 6 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 {
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 1e3b7a468..9b316d48e 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -52,7 +52,7 @@
@media screen and (max-width: 960px) {
.sidebar--right {
- width: calc(100% - 219px);
+ width: 400px;
z-index: 5;
right: 0;
@include translateX(100%);
@@ -71,10 +71,6 @@
}
- .search-bar__container {
- padding-left: 10px;
- }
-
.post {
.post-list__content & {