Skip to content

Commit 02ee89b

Browse files
committed
Add padding and width to the mobile menu #16834
1 parent 847eccc commit 02ee89b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

scaladoc/resources/dotty_res/styles/theme/layout/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
#mobile-menu-toggle {
9090
margin-left: calc(3 * var(--base-spacing));
9191
display: block;
92+
padding: 16px;
9293
}
9394

9495
.header-container-right .text-button {

scaladoc/resources/dotty_res/styles/theme/layout/mobileMenu.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154

155155
#mobile-menu-close {
156156
margin-left: auto;
157+
width: 48px;
158+
height: 48px;
157159
}
158160

159161
#mobile-menu-close:disabled {

0 commit comments

Comments
 (0)