We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01140ce commit aeb692eCopy full SHA for aeb692e
src/themes/basic/_layout.styl
@@ -388,7 +388,7 @@ body.sticky
388
389
body.close
390
.sidebar
391
- transform translateX(-$sidebar-width)
+ transform translateX(- $sidebar-width)
392
393
.sidebar-toggle
394
width auto
@@ -415,7 +415,7 @@ body.close
415
overflow-x hidden
416
417
418
- left -$sidebar-width
+ left - $sidebar-width
419
transition transform 250ms ease-out
420
421
.content
0 commit comments