mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-21 12:49:02 +00:00
Fix coordinator avatars orientation
This commit is contained in:
parent
d1699b3f61
commit
200efc5bc1
@ -283,7 +283,6 @@ const BookTable = ({
|
||||
shortAlias={params.row.coordinatorShortAlias}
|
||||
style={{ width: '3.215em', height: '3.215em' }}
|
||||
smooth={true}
|
||||
flipHorizontally={true}
|
||||
small={true}
|
||||
/>
|
||||
</ListItemAvatar>
|
||||
|
@ -76,6 +76,7 @@ const SelectCoordinator: React.FC<SelectCoordinatorProps> = ({ coordinator, setC
|
||||
shortAlias={coordinator}
|
||||
style={{ width: '3em', height: '3em' }}
|
||||
smooth={true}
|
||||
flipHorizontally={false}
|
||||
small={true}
|
||||
/>
|
||||
</Grid>
|
||||
|
@ -269,7 +269,7 @@ const OrderDetails = ({
|
||||
{' '}
|
||||
<Grid container direction='row' justifyContent='center' alignItems='center'>
|
||||
<Grid item xs={2}>
|
||||
<RobotAvatar shortAlias={coordinator.shortAlias} small={true} />
|
||||
<RobotAvatar shortAlias={coordinator.shortAlias} small={true} smooth={true} />
|
||||
</Grid>
|
||||
<Grid item xs={4}>
|
||||
<ListItemText primary={coordinator.longAlias} secondary={t('Order host')} />
|
||||
|
Loading…
Reference in New Issue
Block a user