Adjust playqueue styles

This commit is contained in:
jeffvli 2022-12-28 01:29:37 -08:00
parent 7500046ac6
commit e5ad41b9da
3 changed files with 20 additions and 8 deletions

View file

@ -88,6 +88,7 @@ export const PlayQueueListControls = ({ type, tableRef }: PlayQueueListOptionsPr
px="1rem"
py="1rem"
sx={{ alignItems: 'center' }}
w="100%"
>
<Group>
<Button
@ -137,7 +138,7 @@ export const PlayQueueListControls = ({ type, tableRef }: PlayQueueListOptionsPr
</Button>
</Group>
<Group>
<Popover>
<Popover transition="fade">
<Popover.Target>
<Button
compact