You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Purpose of refactoring
using px, outside of media selectors where it;s the only way, makes too many assumptions about the user setup and font size desires.
all sizing constraint should use relative sizing such as em, vh, etc.
Proposed method
go through custom css and styles and alter or justify specific px usage.
Component to be refactored
CSS or direct styles
Purpose of refactoring
using
px, outside of media selectors where it;s the only way, makes too many assumptions about the user setup and font size desires.all sizing constraint should use relative sizing such as
em,vh, etc.Proposed method
go through custom css and styles and alter or justify specific
pxusage.Additional context
related to opendcs/opendcs#1601