Skip to content

firefox mobile view breaking #1217

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

Closed
sadn1ck opened this issue Aug 30, 2021 · 2 comments · Fixed by #1227
Closed

firefox mobile view breaking #1217

sadn1ck opened this issue Aug 30, 2021 · 2 comments · Fixed by #1227
Labels
style-improvement Related to theme design and/or ux

Comments

@sadn1ck
Copy link

sadn1ck commented Aug 30, 2021

Viewport meta tag missing causing firefox mobile display issues

Issue was posted on 2.x docs vuejs/v2.vuejs.org#2855 about the 3.x docs, just mirroring it here.
Can confirm said behaviour, probably due to missing viewport tag in the head.

Fix

Just need to add

['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }],

to the vuepress config under head (tried locally).

Let me know if can make a PR, thanks.

@NataliaTepluhina
Copy link
Member

@sadn1ck thank you for reporting this! PRs are very welcome, would you mind creating one? 🙏🏻

@sadn1ck
Copy link
Author

sadn1ck commented Sep 4, 2021

Done @NataliaTepluhina, you can have a look. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
style-improvement Related to theme design and/or ux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants