-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Enhance mobile keyboard shortcut responsiveness #2817
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
Enhance mobile keyboard shortcut responsiveness #2817
Conversation
This will make it full-width on desktop, right? We don’t want that. How about we keep the existing width property but add a max-width of 100%. |
Hi @lindapaiste, thank you for the review. Could you please take another look at the changes? I updated the width from ![]() |
Hey @raclim and @lindapaiste, can you please review the pull request? |
Hey @raclim and @lindapaiste, can you please review the pull request? |
I'm really sorry about this, but I realized I completely missed this PR and just merged in #2932 from #2866, which also addresses this issue (but does seem to find a solution for the weird screen width in the 450px-650px range!) 😅 I'm really sorry again about this, this was definitely on me to be more organized with reviewing these issues and PRs. |
No problem at all! I understand, and thanks for letting me know. It happens, and I appreciate your efforts in addressing the issue. Let's continue moving forward together. |
Issue:

Fixes:
Enhanced keyboard shortcut responsiveness on mobile devices.
Changes:
width: #{450 / $base-font-size}rem
withwidth: 100%;
After the changes:
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.