fix: layout css, fixed #409
This commit is contained in:
parent
01140ceb54
commit
aeb692ed6b
1 changed files with 2 additions and 2 deletions
|
|
@ -388,7 +388,7 @@ body.sticky
|
|||
|
||||
body.close
|
||||
.sidebar
|
||||
transform translateX(-$sidebar-width)
|
||||
transform translateX(- $sidebar-width)
|
||||
|
||||
.sidebar-toggle
|
||||
width auto
|
||||
|
|
@ -415,7 +415,7 @@ body.close
|
|||
overflow-x hidden
|
||||
|
||||
.sidebar
|
||||
left -$sidebar-width
|
||||
left - $sidebar-width
|
||||
transition transform 250ms ease-out
|
||||
|
||||
.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue