Skip to content

Commit aeb692e

Browse files
committed
fix: layout css, fixed #409
1 parent 01140ce commit aeb692e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/basic/_layout.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ body.sticky
388388

389389
body.close
390390
.sidebar
391-
transform translateX(-$sidebar-width)
391+
transform translateX(- $sidebar-width)
392392

393393
.sidebar-toggle
394394
width auto
@@ -415,7 +415,7 @@ body.close
415415
overflow-x hidden
416416

417417
.sidebar
418-
left -$sidebar-width
418+
left - $sidebar-width
419419
transition transform 250ms ease-out
420420

421421
.content

0 commit comments

Comments
 (0)