Skip to content
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

Website does not use full scale on smaller viewports #5

Open
haykam821 opened this issue Feb 25, 2022 · 2 comments
Open

Website does not use full scale on smaller viewports #5

haykam821 opened this issue Feb 25, 2022 · 2 comments

Comments

@haykam821
Copy link

haykam821 commented Feb 25, 2022

On smaller viewports (less than roughly 480px width), the document appears to be smaller than the viewport. This is mostly noticeable in the navigation bar, which has a darker background that doesn't extend the full width of the viewport.

stats.nucleoid.xyz (iPhone 12 Pro)

Using position: fixed on the document container to force a full rect fixes the main layout being too small, but pushes navigation items off the right edge of the viewport:

stats.nucleoid.xyz with patched style (iPhone 12 Pro)

@Restioson
Copy link

Looks like its missing the magic viewport initial scale stuff meta tag?

@Restioson
Copy link

Restioson commented Feb 25, 2022

Nevermind, only one of the pages is (if you visit stats.nucleoid.xyz in http)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants