-
Notifications
You must be signed in to change notification settings - Fork 562
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
Rescale UI Elements for 4K Displays #870
base: develop
Are you sure you want to change the base?
Conversation
That's awesome, thanks. |
Hey @frvgs, thanks for the PR. As of now, I'm not sure if this will be done, or when this will be done, so I'll leave this PR open in case I decide to merge it instead. |
Yep ^^ This should be one of the better solutions. I could perhaps help out with this if I have some time over |
I'm used to playing on 4k screens and the Menu UI was almost unreadable
as described in this issue I used media queries targeting displays with a min-height of 2160px to rescale the Menu
Tested UI elements on both standard and 4K resolutions and verified that UI adjustments are applied only on displays with a height of 2160px or greater.
before
after