From 888f21735667faeec2661cfb157a58082ddc3a71 Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Thu, 14 Dec 2017 22:12:58 +0800 Subject: [PATCH] fix(style): increase the tap targets of menu button, fixed #325 --- src/themes/basic/_layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/themes/basic/_layout.css b/src/themes/basic/_layout.css index c1068af73..dec39eb0d 100644 --- a/src/themes/basic/_layout.css +++ b/src/themes/basic/_layout.css @@ -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 {