Browse Source

Use variable properly.

pull/162/head
Simon Eisenmann 10 years ago
parent
commit
71ec7e8b21
  1. 2
      src/styles/components/_rightslide.scss

2
src/styles/components/_rightslide.scss

@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
left: 0;
pointer-events: none;
position: absolute;
right: -260px;
right: -1 * $pane-width;
top: $minbarheight;
transition: right 200ms ease-in-out;
z-index: 5;

Loading…
Cancel
Save