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:
parent
99e887105c
commit
65f74897da
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue