Ensure high-dpi icons are loaded in React components

This commit is contained in:
Adomas Venčkauskas 2019-01-21 11:01:04 +02:00
parent 90a70f7c31
commit f5c4fb06e1
7 changed files with 83 additions and 66 deletions

View file

@ -28,9 +28,10 @@
&:last-child {
margin-right: -5px;
}
}
svg, img {
vertical-align: middle;
svg, img {
vertical-align: middle;
width: 16px;
}
}
span.menu-marker {
-moz-appearance: toolbarbutton-dropdown;