Fix missing SVG icons for some images

They weren't missing, just 0x0px
This commit is contained in:
nathan 2022-11-23 14:35:36 -07:00
parent 2811304833
commit 5c3d35aa05

View File

@ -76,6 +76,7 @@ export const ButtonMixin = <T extends Constructor>(superclass : T) => class exte
width: 16px !important;
}
::slotted(et2-image) {
width: 20px;
max-width: 20px;
display: flex;
}