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 has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
Yes.
Describe the issue you encountered:
This should just be the parent issue, as we move font sizes from pixesl to rems and ems we should track each component or each less file separately.
Expected behavior:
In order for us to easily allow users to scale the UI up and down we should use relative sizing units instead of pixels. I'm quite partial to this CSS-Tricks post where you use:
Pixels - at the document level
Rems - at the component level
Ems - at the sub-component level
Did you search for similar issues before submitting this one?
Yes.
Describe the issue you encountered:
This should just be the parent issue, as we move font sizes from pixesl to rems and ems we should track each component or each less file separately.
Expected behavior:
In order for us to easily allow users to scale the UI up and down we should use relative sizing units instead of pixels. I'm quite partial to this CSS-Tricks post where you use:
Pixels - at the document level
Rems - at the component level
Ems - at the sub-component level
This would essentially be:
The idea here is that components scale with the document and items scale with their parent component.
Platform (Win7, 8, 10? macOS? Linux distro?):
All.
Brave Version (revision SHA):
Master.
Any related issues:
#2469
#5683
#5143
#1757
The text was updated successfully, but these errors were encountered: