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 Jan 13, 2025. It is now read-only.
All the material icons within the toolbar should be vertically centered in all the browsers.
E.g. in chrome this is fine. See:
What is the actual behavior?
All the material icons within the toolbar are not vertically centered in Firefox. See:
Any other information you believe would be useful?
To the best of my knowledge this is due to the property height: 100% specified in line 63. In fact, after removing it icons are vertically centered in all the browser and nothing else is affected.