From 7358371727229d458e1b4ec0f47527e5f40917ee Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 21 Mar 2026 16:49:41 -0400 Subject: [PATCH] Add ItemIcon.css for item icon styling --- web/client/src/components/ItemIcon.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/client/src/components/ItemIcon.css 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; +}