summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_sidebar-right.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_sidebar-right.scss')
-rw-r--r--webapp/sass/layout/_sidebar-right.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index d98474a7f..fb57b6146 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -14,13 +14,18 @@
@include single-transition(background-color, .5s, ease);
background-color: alpha-color($black, 0);
height: 100%;
- left: -100%;
position: absolute;
top: 0;
visibility: hidden;
width: 300%;
}
+ &.move--left {
+ .sidebar--right__bg {
+ left: -100%;
+ }
+ }
+
.post-body {
img {
max-height: 200px;