adjust miniplayer

This commit is contained in:
Violet Caulfield
2025-01-14 10:03:49 -06:00
parent 183a8a4294
commit eea492298c
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ export default function Track({
alignContent="center"
justifyContent="center"
flex={1}
minHeight={width / 9}
minHeight={showArtwork ? width / 9 : "unset"}
>
{ showArtwork ? (
<CachedImage

View File

@@ -79,7 +79,7 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
<XStack
justifyContent="flex-start"
flex={1}
flex={2}
>
<PlayPauseButton />