From c3cb923b5854cb580979d2ab95c770a617394282 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 3 Feb 2021 16:08:02 -0800 Subject: [PATCH] Increase preview size on item page --- src/app/ItemPage.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index 207ef122..88facb20 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -684,10 +684,15 @@ function ItemPageOutfitPreview({ itemId }) { const isIncompatible = Array.isArray(layers) && layers.length === 0; return ( - - + + - +