From f51e9c5c8fb70b6d1635ac119c8d060abd092da6 Mon Sep 17 00:00:00 2001 From: cha0s Date: Tue, 28 May 2019 20:04:49 -0500 Subject: [PATCH] fix: center and no repeat slot images --- client/ui/menu/item-slot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/ui/menu/item-slot.js b/client/ui/menu/item-slot.js index 8010b5f..62ef7e3 100644 --- a/client/ui/menu/item-slot.js +++ b/client/ui/menu/item-slot.js @@ -27,6 +27,8 @@ const decorate = compose( ; } .item-slot-inner { + background-position: center; + background-repeat: no-repeat; background-size: contain; width: 100%; height: 100%;