mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-05 02:09:32 -05:00
now playing styling adjustment
fix sorting for playlist items
This commit is contained in:
@@ -36,8 +36,7 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
|
||||
>
|
||||
<YStack
|
||||
alignContent="flex-start"
|
||||
paddingRight={5}
|
||||
flex={1}>
|
||||
flex={2}>
|
||||
<CachedImage
|
||||
source={getImageApi(apiClient!)
|
||||
.getItemImageUrlById(
|
||||
@@ -57,7 +56,7 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
|
||||
</YStack>
|
||||
|
||||
|
||||
<YStack alignContent="flex-start" flex={3}>
|
||||
<YStack alignContent="flex-start" flex={4}>
|
||||
<TextTicker
|
||||
duration={5000}
|
||||
loop
|
||||
|
||||
Reference in New Issue
Block a user