more testing...
Looks like it's not taking into account the resolution of the monitor. If I set the resolution lower on the monitor, the 2 sizes get closer to matching. The higher the resolution of the monitor (my M2 is using a 4k monitor), the more disparity there is between the font sizes. The value fonts keep getting bigger as the resolution increases.
As a quick test, removing `font-size: 1rem` in some lines in panels.css looks like it can fix the issue, but I'd have to test it across platforms to be certain. (just testing in the web inspector)
Looks like it's not taking into account the resolution of the monitor. If I set the resolution lower on the monitor, the 2 sizes get closer to matching. The higher the resolution of the monitor (my M2 is using a 4k monitor), the more disparity there is between the font sizes. The value fonts keep getting bigger as the resolution increases.
As a quick test, removing `font-size: 1rem` in some lines in panels.css looks like it can fix the issue, but I'd have to test it across platforms to be certain. (just testing in the web inspector)