diff --git a/web/client/src/components/ItemIcon.css b/web/client/src/components/ItemIcon.css new file mode 100644 index 0000000..4d7bd6d --- /dev/null +++ b/web/client/src/components/ItemIcon.css @@ -0,0 +1,11 @@ +.item-icon-img { + image-rendering: pixelated; + display: block; +} + +.item-icon-emoji { + display: flex; + align-items: center; + justify-content: center; + line-height: 1; +}