fix(style): increase the tap targets of menu button, fixed #325
This commit is contained in:
parent
6bfc81147f
commit
888f217356
1 changed files with 2 additions and 0 deletions
|
|
@ -507,6 +507,7 @@ body.close {
|
|||
.sidebar-toggle {
|
||||
background-color: transparent;
|
||||
width: auto;
|
||||
padding: 30px 30px 10px 10px;
|
||||
}
|
||||
|
||||
body.close {
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue