Implements inventory system, wip
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.consumable-content {
|
||||
.item-img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
object-fit: contain;
|
||||
border: 1px solid var(--color-border-light-tertiary);
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user