Add ItemIcon.css for item icon styling
This commit is contained in:
11
web/client/src/components/ItemIcon.css
Normal file
11
web/client/src/components/ItemIcon.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user