mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-01 16:09:44 -05:00
update album display, adjust spacing on track component and miniplayer artwork
This commit is contained in:
@@ -111,6 +111,9 @@ export default function Search({
|
||||
renderItem={({ item }) => (
|
||||
<Item item={item} queueName={searchString ?? 'Search'} navigation={navigation} />
|
||||
)}
|
||||
style={{
|
||||
marginHorizontal: 2,
|
||||
}}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -51,6 +51,9 @@ export default function Suggestions(props: SuggestionsProps): React.JSX.Element
|
||||
renderItem={({ item }) => {
|
||||
return <Item item={item} queueName={'Suggestions'} navigation={props.navigation} />
|
||||
}}
|
||||
style={{
|
||||
marginHorizontal: 2,
|
||||
}}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user