mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Adjust playqueue styles
This commit is contained in:
parent
7500046ac6
commit
e5ad41b9da
3 changed files with 20 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue