Font size looks different in design interface and user interface #233
hsiaotingsu
started this conversation in
Help
Replies: 1 comment
-
You are using "px" units on your sizes. Those are absolute. You want to use "em" as the unit. An em is approximately equivalent to 16px when things are NOT scaled. The CSS I'm using automagically scales the fonts to the screen size by adjusting the em size. I suggest replacing your 25px with 2em and your 40px with 3em as a starting point, then adjust from there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When adjusting the font size, the design interface does not reflect the real size of the user interface. I have to go to the user interface side to see how it looks there to adjust the font size on the design interface side. I wonder if the design interface can be adjusted to mirror the user interface in a more intuitive way.
Font size in the design interface:
Font size in the user interface:
magnify_feedback_12_12.23.zip
Beta Was this translation helpful? Give feedback.
All reactions