mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Fix book controls overflow on small displays
This commit is contained in:
parent
db83f2b972
commit
4f930345f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user