mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Refactor layout to grid
This commit is contained in:
parent
7430bba853
commit
7cd2077dcd
3 changed files with 44 additions and 44 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue