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 Feb 17, 2025. It is now read-only.
Sizing by width / height makes styling by css difficult; also icons don't scale with user style sheets.
width/height bindings should be optional, and the base style be something like:
.ion__svg {
overflow: visible;
display: inline-block;
height:1em; /* possibly tweaked so icons match typical font x-heights; I use 1.1em along with margin-top: .05em */font-size: inherit;
}
The text was updated successfully, but these errors were encountered:
Sizing by width / height makes styling by css difficult; also icons don't scale with user style sheets.
width/height bindings should be optional, and the base style be something like:
The text was updated successfully, but these errors were encountered: