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