Skip to content

Convert all font-size rem units to exact px values (#714)#1

Open
mhmansoo wants to merge 1 commit into
mainfrom
fix/rem-to-px
Open

Convert all font-size rem units to exact px values (#714)#1
mhmansoo wants to merge 1 commit into
mainfrom
fix/rem-to-px

Conversation

@mhmansoo
Copy link
Copy Markdown
Collaborator

@mhmansoo mhmansoo commented Dec 6, 2025

This update changes all font-size values that were using rem units into their exact pixel equivalents, as requested in Issue ScottyLabs#714. Only the font-size properties were updated, all other rem values (padding, margins, gaps, layout spacing, and anything in test files) were left as they are.

The px values follow the standard conversion of 1rem = 16px.

I checked the UI after making the changes, and everything still displays correctly with no visual issues.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant