-
Notifications
You must be signed in to change notification settings - Fork 19
Menu button hard to hit on mobile #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
First problem is you're missing a header for the page to become mobile friendly. |
Then it's a matter of increasing the padding on the button when it's shown on mobile, and changing the background color to white - potentially for a full-width, fixed header, because a floating white square looks weird. You could also move the |
What would you do for a full-width fixed header when it goes into mobile mode? I worry about taking up valuable real estate from the text. Is there some other nice way than a square? What about a white border around the dark lines that make up the burger/X, together with making them larger with a touchscreen media query? The "Preview Release" banner has only a few more days to live, so I won't worry about it. |
Fixed in #148 - thanks for the help, @jakobvase! |
The menu button to open/close the table of contents is very small on my phone, and hard to target with my thumb. It should be bigger for mobile devices.
The text was updated successfully, but these errors were encountered: