Refactor layout to grid

This commit is contained in:
jeffvli 2023-06-03 18:01:42 -07:00 committed by Jeff
parent 7430bba853
commit 7cd2077dcd
3 changed files with 44 additions and 44 deletions

View file

@ -68,11 +68,7 @@ export const FullScreenPlayerQueue = () => {
];
return (
<Stack
className="full-screen-player-queue-container"
maw="100%"
sx={{ flex: 0.5 }}
>
<Stack className="full-screen-player-queue-container">
<Group
grow
align="center"