summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--right.scss
diff options
context:
space:
mode:
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, 5 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--right.scss b/web/sass-files/sass/partials/_sidebar--right.scss
index aee826094..f6c8d37a9 100644
--- a/web/sass-files/sass/partials/_sidebar--right.scss
+++ b/web/sass-files/sass/partials/_sidebar--right.scss
@@ -8,7 +8,11 @@
padding: 0;
background: #fff;
@include single-transition(transform, 0.5s, ease);
- right: 0;
+ right: -400px;
+
+ &.move--left {
+ right: 0;
+ }
.post-body {