summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--right.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/_sidebar--right.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/_sidebar--right.scss')
-rw-r--r--web/sass-files/sass/partials/_sidebar--right.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--right.scss b/web/sass-files/sass/partials/_sidebar--right.scss
index e39f7730b..f40a50b03 100644
--- a/web/sass-files/sass/partials/_sidebar--right.scss
+++ b/web/sass-files/sass/partials/_sidebar--right.scss
@@ -7,13 +7,7 @@
right: 0px;
padding: 0;
background: #fff;
- @include single-transition(transform, 0.5s, ease);
@include translateX(400px);
-
- &.move--left {
- @include translateX(0);
- }
-
.post-body {
img {