-
Notifications
You must be signed in to change notification settings - Fork 321
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
Used em units for their preferred reactivity #201
base: main
Are you sure you want to change the base?
Conversation
This also removes the fixed font size of 12px from the body.
No more pixels - only em
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
this was for the radio thumb element
all the bugs have been fixed! they were mostly just me typing 10 instead of 1. :P |
actually chromium looks weird 😞 |
i found the issue. a lot of the elements are non-repsonsive. |
The default scale of stuff did change however, everything seems to be about 25% larger by default now, which leads to the pixelated fonts rendering blurry by default. |
the size being ~25% larger is due to no font size being set so it defaults to 16px. I am working on a patch to fix all of the elements using transformX/Y. |
Will this be merged? |
i've been a bit busy with irl stuff at the moment so haven't had much time to work on this. i do plan on working on it towards the start of august (no promises though). |
Updated all pixel units em. This was as per issue #198.
Huge thanks to @benjamingwynn for his help with this as well.