diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index a28ecd3..07aca39 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -756,18 +756,7 @@ function ItemPageOutfitPreview({ itemId }) { // This box grows at the same rate as the box on the right, so the // middle box will be centered, if there's space! flex="1 0 0" - display="flex" - justifyContent="center" - paddingRight="2" - > - - + /> - + {compatibleBodiesAndTheirZones.length > 0 && ( )} - + + + + + ); } diff --git a/src/app/components/HTML5Badge.js b/src/app/components/HTML5Badge.js index 438116b..0aaf0bb 100644 --- a/src/app/components/HTML5Badge.js +++ b/src/app/components/HTML5Badge.js @@ -99,7 +99,7 @@ function HTML5BadgeLayout({ children, tooltipLabel, ...props }) {