Skip to content

Commit

Permalink
Merge branch 'develop' into 2278-keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle authored Nov 16, 2023
2 parents dc89062 + ae71c69 commit 02e4864
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/themes/basic/_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ main.hidden
top 0
bottom 0
left 0
transition transform 250ms ease-out
transition transform 250ms ease-out, visibility 250ms
width $sidebar-width
z-index 20

Expand Down Expand Up @@ -406,6 +406,7 @@ body.sticky

body.close
.sidebar
visibility hidden
transform translateX(- $sidebar-width)

.sidebar-toggle
Expand Down Expand Up @@ -434,8 +435,9 @@ body.close
overflow-x hidden

.sidebar
visibility hidden
left - $sidebar-width
transition transform 250ms ease-out
transition transform 250ms ease-out, visibility 250ms

.content
left 0
Expand All @@ -454,6 +456,7 @@ body.close

body.close
.sidebar
visibility visible
transform translateX($sidebar-width)

.sidebar-toggle
Expand Down

0 comments on commit 02e4864

Please sign in to comment.