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 browser font size settings #26669

Closed
kerryarchibald opened this issue Nov 28, 2023 · 1 comment
Closed

Support browser font size settings #26669

kerryarchibald opened this issue Nov 28, 2023 · 1 comment
Assignees

Comments

@kerryarchibald
Copy link
Contributor

kerryarchibald commented Nov 28, 2023

Your use case

What would you like to do?

Set HTML base font size to 100% instead of 16px

Why would you like to do it?

How would you like to achieve it?

Note: Once we set the html element font size to 100%, we'll still need to make sure the text scales when using the slider in Settings > Appearance > Font size. We should honor both the browser font size plus the font size slider setting. For example, by setting html font size to something like calc(100% + 1px), calc(100% + 2px) and so on. We'd also need to change the values displayed in the slider to something relative, default instead of 16, large or +1 instead of 17, and so on.

Have you considered any alternatives?

No response

Additional context

https://github.com/vector-im/customer-retainer/issues/47

@robintown
Copy link
Member

Fixed by matrix-org/matrix-react-sdk#12246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants