-
Notifications
You must be signed in to change notification settings - Fork 48
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
Font size is too small, page does not respond to zoom well #103
Comments
I looked at the code to generate the HTML and looks like it misuse the A rewritten HTML generator is probably needed but I can't do it without @hahawoo permission as it's their code. |
@MikuAuahDark Thank you for being courteous but my permission is not necessary. :) Anything I have done for this project is public domain, no one needs my permission to change anything, and I also do not claim any ownership or control of any part of this project. |
What about the new page? Does it solve the issue? |
looks like the sidebar is now fixed when i scale the page up to 200%. |
What about the font size? |
The font size should be slightly increased now. If it's still looks too small to you then I don't think there's much we can do anymore. We have to make compromise between having font size for extraordinary scaling like yours or mobile-friendly. |
are you using a responsive design? that should be able to adjust the layout
and font sizes based on the screen size and shape. most websites that have
a responsive design allow for mobile all the way to 1080p monitors. i often
have to scale websites to 150% bit this site i need to scale to 200%.
…On Sun, May 19, 2024, 22:12 Miku AuahDark ***@***.***> wrote:
The font size should be slightly increased now. If it's still looks too
small to you then I don't think there's much we can do anymore. We have to
make compromise between having font size for extraordinary scaling like
yours or mobile-friendly.
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEQD7ARNUN76KICUBCIKBLZDFEWBAVCNFSM5ROJMITKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJRHE2DSOBTGQZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yeah. For 1800px, the font size will be 18px. If you have more insights about how to fix this, feel free to check out the |
looking through the CSS on the gh-pages branch, I have a few thoughts.
|
Title says it all. On my 27" 1440p monitor at 100% scaling in Windows, the page looks like this:
Text is hard to read so I try zooming to 200%:
You can see the sidebar gets cut off on the bottom.
Also not sure what's up with the first two items in the list but figured I'd screenshot it too~
If I were to make a suggestion, you could create a couple font size buttons for users to be able to select. Maybe Small: 10pt, Normal: 16pt, and Large: 20, 22, or 24pt?
The text was updated successfully, but these errors were encountered: