set fixed height for play queue controls

This commit is contained in:
jeffvli
2025-12-27 02:46:21 -08:00
parent fc3d700a57
commit a7c2a92f16
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@ export const PlayQueueListControls = ({
};
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">
<QueueRestoreActions />
<ActionIcon
@@ -29,8 +29,8 @@
.visualizer {
width: 100%;
height: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
overflow: hidden;
}