fix: center and no repeat slot images
This commit is contained in:
parent
aa28b72625
commit
f51e9c5c8f
|
@ -27,6 +27,8 @@ const decorate = compose(
|
|||
;
|
||||
}
|
||||
.item-slot-inner {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user