fix: center and no repeat slot images

This commit is contained in:
cha0s 2019-05-28 20:04:49 -05:00
parent aa28b72625
commit f51e9c5c8f

View File

@ -27,6 +27,8 @@ const decorate = compose(
;
}
.item-slot-inner {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 100%;
height: 100%;