Fix SpeciesFacePicker desktop alignment

Oops, I fixed mobile alignment by centering this, but didn't realize I broke desktop alignment! Now we do different alignment on different sizes 😅
This commit is contained in:
Emi Matchu 2021-02-09 21:48:18 -08:00
parent f29a269b94
commit c0e1c78d75

View file

@ -685,7 +685,7 @@ function ItemPageOutfitPreview({ itemId }) {
return ( return (
<Stack <Stack
direction={{ base: "column", md: "row" }} direction={{ base: "column", md: "row" }}
align="center" align={{ base: "center", md: "flex-start" }}
justify="center" justify="center"
spacing="8" spacing="8"
width="100%" width="100%"