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

Screens do not use proper CSS according to their size #45

Open
ILL-DIE-TRYING opened this issue Mar 27, 2022 · 5 comments
Open

Screens do not use proper CSS according to their size #45

ILL-DIE-TRYING opened this issue Mar 27, 2022 · 5 comments

Comments

@ILL-DIE-TRYING
Copy link

When using:

@media screen and (max-width: 600px)

The CSS does not detect the screen size of the enabled screens and is using the screen width of the desktop in every screen window. But when I test it on my phone everything works properly. This inherently breaks any useful utility for this software.

Using it in Chrome

@skmail
Copy link
Owner

skmail commented Mar 27, 2022

can you provide a screenshot of what's happening, please?

@ILL-DIE-TRYING
Copy link
Author

Here you are. The single is a screenshot from my phone that adheres to the screen CSS properly. Thanks for the speedy response!

Screenshot_20220327-080325_Chrome

Capture

@ILL-DIE-TRYING
Copy link
Author

Almost forgot.. you can view the live version at https://phph1.saddlerockit.com

@skmail
Copy link
Owner

skmail commented Mar 27, 2022

Screen Shot 2022-03-27 at 5 42 23 PM

seems to be working fine on my side, I will investigate more if there are any browser settings for that.

can you check if the web dev tools responsive view causes the same issue?

@ILL-DIE-TRYING
Copy link
Author

Web Dev tools responsive view works as prescribed

Thanks!

webdev

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