mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-21 02:03:14 +00:00
Fix book controls overflow on small displays
This commit is contained in:
@ -80,6 +80,7 @@ const BookControl = ({
|
||||
</Grid>
|
||||
) : null}
|
||||
|
||||
{width > smallestToolbarWidth + 5 ? (
|
||||
<Grid item>
|
||||
<Tooltip
|
||||
placement='bottom'
|
||||
@ -110,6 +111,7 @@ const BookControl = ({
|
||||
</ToggleButtonGroup>
|
||||
</Tooltip>
|
||||
</Grid>
|
||||
) : null}
|
||||
|
||||
<Grid item>
|
||||
<ToggleButtonGroup
|
||||
|
Reference in New Issue
Block a user