You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The menus, progressbar and skill check are super tiny on 4k moitors. Text in Menus is so small i ahve to get real close to my monitor to read them.
To Reproduce
Steps to reproduce the behavior:
Have a 4k monitor
Install ox_lib
use a menu, progressbar or skillscheck
Expected behavior
It should scale with the resolution of the monitor. So there is no difrence between 1080p, 2k and 4k.
Screenshots
Additional context
None
The text was updated successfully, but these errors were encountered:
Since ox_lib uses Manite for their components, this could be fixed by increasing the font size for the html tag. Since Manite uses CSS rem units to for their width and height properties.
Did some testing today, but ox_lib seems to hard set most if not all the width properties in pixels (not EM or REM) for their components. So simply changing the font size to for the html tag doesn't work :/
Describe the bug
The menus, progressbar and skill check are super tiny on 4k moitors. Text in Menus is so small i ahve to get real close to my monitor to read them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should scale with the resolution of the monitor. So there is no difrence between 1080p, 2k and 4k.
Screenshots
![ox_lib](https://private-user-images.githubusercontent.com/117455724/384641359-4274b135-f58e-4bad-bb94-3cde2b2eed75.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODE5MjMsIm5iZiI6MTczOTA4MTYyMywicGF0aCI6Ii8xMTc0NTU3MjQvMzg0NjQxMzU5LTQyNzRiMTM1LWY1OGUtNGJhZC1iYjk0LTNjZGUyYjJlZWQ3NS5QTkc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwNjEzNDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mMmZlYTdjYWQ3Y2FkNzUwN2JmMDQ5ODdjODkwMjE1ZjRmMjNjNzFhYWNhYzljNGZlN2RiMjcyOGEzOWRhNTk3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.usClBB-23ET4w_wJ2HrF2ze3DWQPXgP8wfcLnp6w1xQ)
Additional context
None
The text was updated successfully, but these errors were encountered: