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

Support increasing/decreasing font sizes via browser settings #3522

Closed
LukasHirt opened this issue May 27, 2020 · 3 comments
Closed

Support increasing/decreasing font sizes via browser settings #3522

LukasHirt opened this issue May 27, 2020 · 3 comments

Comments

@LukasHirt
Copy link
Collaborator

If a user sets bigger or smaller font sizes in the settings of his browser, the changes should be also reflected in the web UI.

@LukasHirt
Copy link
Collaborator Author

LukasHirt commented May 27, 2020

Needs to be taken care that the layout is also not completely broken when that happens.

@Deaddy
Copy link

Deaddy commented Oct 11, 2021

We also ran into this issue. Currently I need to zoom out to 60% until I can use the webinterface without issues to my visual system, but at that point some things already start to become blurry.

While not as nice as respecting the browser's choice, a (cookie based) larger/smaller-Fontsize button in some corner might also work, especially for those users who are not familiar with their browsers but still need to accomodate their fontsize, but maybe this is something for another issue.

@kulmann
Copy link
Contributor

kulmann commented Aug 22, 2022

Respecting the font size set in the browser has been implemented in #7363 - we scale the browser font size down to 88% and use that as base font size for all font size related css classes / stylings. Works pretty well for me. Happy to get feedback to improve this further - please reopen this ticket as needed.

Also, @Deaddy the linked PR reduced the UI sizings quite a bit, so that the UI doesn't appear so clunky anymore.

@kulmann kulmann closed this as completed Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants