Fix book controls overflow on small displays

This commit is contained in:
Reckless_Satoshi 2023-02-14 11:13:09 -08:00
parent db83f2b972
commit 4f930345f9
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -80,6 +80,7 @@ const BookControl = ({
</Grid> </Grid>
) : null} ) : null}
{width > smallestToolbarWidth + 5 ? (
<Grid item> <Grid item>
<Tooltip <Tooltip
placement='bottom' placement='bottom'
@ -110,6 +111,7 @@ const BookControl = ({
</ToggleButtonGroup> </ToggleButtonGroup>
</Tooltip> </Tooltip>
</Grid> </Grid>
) : null}
<Grid item> <Grid item>
<ToggleButtonGroup <ToggleButtonGroup