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 6bfc811 commit 888f217Copy full SHA for 888f217
1 file changed
src/themes/basic/_layout.css
@@ -507,6 +507,7 @@ body.close {
507
.sidebar-toggle {
508
background-color: transparent;
509
width: auto;
510
+ padding: 30px 30px 10px 10px;
511
}
512
513
body.close {
@@ -518,6 +519,7 @@ body.close {
518
519
background-color: rgba($color-bg, 0.8);
520
transition: 1s background-color;
521
width: calc($sidebar-width - 16px);
522
+ padding: 10px;
523
524
525
.content {
0 commit comments