Posts: 1,274
Threads: 24
Joined: Jun 2022
Reputation:
42
11-14-2023, 08:23 PM
(This post was last modified: 11-14-2023, 08:25 PM by Nutul.)
On my Linux with chrome the parameters' labels are smaller than the values in the boxes; I would say a good 50% smaller, if not more (roughly judging by text height). Same goes for Brave and Firefox. The screen is 1920 x 1080
On my iPhone7 iOS ver. 15.8 they are the same size.
Everywhere the values in the boxes fit comfortably well.
Posts: 13,399
Threads: 304
Joined: Mar 2018
Reputation:
543
The font sizes are all perfect on my iMac (1080p), iPhone14, iPad Mini2.
Possibly at 4K 3840 x 2160 resolution the ancient bootstrap code behind the config screens is showing its age. For example the font size for control labels is 12px (pixels) while the font size for the text in the control is 1rem. This is prolly why the labels remain small while the text in the controls is larger. A lot of the old bootstrap code is in pixels :-0
I suppose the reason this hasn't come up before is that it's a real challenge to read text on a monitor at 4K resolution so I'm guessing that most people would prolly apply 2X zoom or scaling if the display settings offered it or just lower the resolution to something like 1080p.
It would be a good project for a dev that has a 4K monitor to see what needs to be overridden or modified in the bootstrap css.