mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-20 09:43:23 +00:00
Fix host filter overflow on small displays
This commit is contained in:
@ -316,12 +316,12 @@ const BookControl = ({
|
||||
) : null}
|
||||
|
||||
{width > large ? (
|
||||
<>
|
||||
<Grid item sx={{ position: 'relative', top: '0.5em' }}>
|
||||
<Typography variant='caption' color='text.secondary'>
|
||||
{fav.currency === 1000 ? t(fav.type === 0 ? 'to' : 'from') : t('hosted by')}
|
||||
</Typography>
|
||||
</Grid>
|
||||
) : null}
|
||||
<Grid item>
|
||||
<Select
|
||||
autoWidth
|
||||
@ -371,6 +371,8 @@ const BookControl = ({
|
||||
)}
|
||||
</Select>
|
||||
</Grid>
|
||||
</>
|
||||
) : null}
|
||||
</Grid>
|
||||
<Divider />
|
||||
</Box>
|
||||
|
Reference in New Issue
Block a user