mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
set fixed height for play queue controls
This commit is contained in:
@@ -38,7 +38,7 @@ export const PlayQueueListControls = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Group justify="space-between" px="1rem" py="1rem" w="100%">
|
<Group h="65px" justify="space-between" px="1rem" py="1rem" w="100%">
|
||||||
<Group gap="xs">
|
<Group gap="xs">
|
||||||
<QueueRestoreActions />
|
<QueueRestoreActions />
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
|
|||||||
+1
-1
@@ -29,8 +29,8 @@
|
|||||||
|
|
||||||
.visualizer {
|
.visualizer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user