mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-13 22:18:32 -06:00
adjust miniplayer
This commit is contained in:
@@ -65,7 +65,7 @@ export default function Track({
|
||||
alignContent="center"
|
||||
justifyContent="center"
|
||||
flex={1}
|
||||
minHeight={width / 9}
|
||||
minHeight={showArtwork ? width / 9 : "unset"}
|
||||
>
|
||||
{ showArtwork ? (
|
||||
<CachedImage
|
||||
|
||||
@@ -79,7 +79,7 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
|
||||
|
||||
<XStack
|
||||
justifyContent="flex-start"
|
||||
flex={1}
|
||||
flex={2}
|
||||
>
|
||||
<PlayPauseButton />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user