mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-20 09:50:26 -06:00
maybe if these match?
This commit is contained in:
@@ -29,7 +29,7 @@ export default function Album(props: AlbumProps): React.JSX.Element {
|
||||
const { data: tracks, isLoading } = useItemTracks(props.album.Id!, apiClient!, true);
|
||||
|
||||
return (
|
||||
<SafeAreaView edges={["top", "right", "left"]}>
|
||||
<SafeAreaView edges={["right", "left"]}>
|
||||
<ScrollView contentInsetAdjustmentBehavior="automatic">
|
||||
<YStack alignItems="center">
|
||||
<CachedImage
|
||||
@@ -37,7 +37,7 @@ export default function Album(props: AlbumProps): React.JSX.Element {
|
||||
.getItemImageUrlById(
|
||||
props.album.Id!,
|
||||
ImageType.Primary,
|
||||
{ ...queryConfig.images})}
|
||||
{ ...queryConfig.playerArtwork})}
|
||||
imageStyle={{
|
||||
position: "relative",
|
||||
width: width / 1.1,
|
||||
|
||||
@@ -66,7 +66,7 @@ export default function Player({ navigation }: { navigation : NavigationHelpers<
|
||||
bottom: 0,
|
||||
right: 0,
|
||||
position: "absolute",
|
||||
zIndex: -1
|
||||
zIndex: -99
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user