UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

Better Widget Font Scaling: Stop using hardcoded pixel values in the widgets #155

Closed WildBunnie closed 1 month ago

WildBunnie commented 4 months ago

Describe the feature

Currently some of the widgets use hardcoded pixel values, making it not work well with screens of different sizes.

Use Case

The system already takes care of resizing the html for different screen sizes, so this is only logical.

Proposed Solution

Use vw and vh instead of px.

pdPinho commented 1 month ago

solved in #159