Skip to content

Commit 888f217

Browse files
committed
fix(style): increase the tap targets of menu button, fixed #325
1 parent 6bfc811 commit 888f217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/themes/basic/_layout.css

+2
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ body.close {
507507
.sidebar-toggle {
508508
background-color: transparent;
509509
width: auto;
510+
padding: 30px 30px 10px 10px;
510511
}
511512

512513
body.close {
@@ -518,6 +519,7 @@ body.close {
518519
background-color: rgba($color-bg, 0.8);
519520
transition: 1s background-color;
520521
width: calc($sidebar-width - 16px);
522+
padding: 10px;
521523
}
522524

523525
.content {

0 commit comments

Comments
 (0)