Fix alignment for outfit badges

Woof, I haven't done a big screen in a while, centering them is yikes!
This commit is contained in:
Emi Matchu 2021-03-13 02:06:34 -08:00
parent 99e887105c
commit 65f74897da

View file

@ -185,9 +185,9 @@ function OutfitControls({
*/}
<Flex
flex="1 1 0"
paddingRight="2"
paddingRight="3"
align="center"
justify="center"
justify="flex-end"
>
<OutfitHTML5Badge appearance={appearance} />
<Box width="2" />
@ -206,7 +206,7 @@ function OutfitControls({
}
</DarkMode>
</Box>
<Flex flex="1 1 0" align="center" pl="4">
<Flex flex="1 1 0" align="center" pl="2">
<PosePicker
speciesId={outfitState.speciesId}
colorId={outfitState.colorId}