Skip to content

Commit

Permalink
fix(style): increase the tap targets of menu button, fixed #325
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Dec 14, 2017
1 parent 6bfc811 commit 888f217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/themes/basic/_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ body.close {
.sidebar-toggle {
background-color: transparent;
width: auto;
padding: 30px 30px 10px 10px;
}

body.close {
Expand All @@ -518,6 +519,7 @@ body.close {
background-color: rgba($color-bg, 0.8);
transition: 1s background-color;
width: calc($sidebar-width - 16px);
padding: 10px;
}

.content {
Expand Down

0 comments on commit 888f217

Please sign in to comment.