Add ItemIcon.css for item icon styling

This commit is contained in:
MayaTheShy
2026-03-21 16:49:41 -04:00
parent 3f5ba532c6
commit 7358371727

View File

@@ -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;
}