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 db540b6 commit ca460b7Copy full SHA for ca460b7
src/themes/basic/_coverpage.styl
@@ -22,7 +22,6 @@ section.cover
22
flex 1
23
margin -20px 16px 0
24
text-align center
25
- z-index 1
26
27
a
28
color inherit
src/themes/basic/_layout.styl
@@ -423,7 +423,7 @@ body.close
423
left - $sidebar-width
424
transition transform 250ms ease-out
425
426
- .content, .cover
+ .content
427
left 0
428
max-width 100vw
429
position static
@@ -439,7 +439,7 @@ body.close
439
padding 30px 30px 10px 10px
440
441
body.close
442
- .sidebar, .cover
+ .sidebar
443
transform translateX($sidebar-width)
444
445
.sidebar-toggle
0 commit comments