Skip to content

Commit 64811ff

Browse files
committed
Enlarge padding on sandbox menu elements
Make it easier to tap them on touch devices.
1 parent 26d7e2f commit 64811ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/css/ejs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ blockquote footer:before {
302302

303303
.sandbox-open-menu div {
304304
cursor: pointer;
305-
padding: 0 10px;
305+
padding: 5px 10px;
306306
}
307307

308308
.sandbox-open-menu div:hover {

0 commit comments

Comments
 (0)