mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-07 02:30:25 +00:00
move libraryBadge to its correct position.
Add styles to libraryBadge in SearchResultItem. Fixes issue #377
This commit is contained in:
parent
75702d823f
commit
b06800860c
1 changed files with 9 additions and 1 deletions
|
|
@ -190,7 +190,15 @@ const styles = StyleSheet.create({
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
marginTop: 2,
|
marginTop: 2,
|
||||||
},
|
},
|
||||||
libraryBadge: {},
|
libraryBadge: {
|
||||||
|
position: 'absolute',
|
||||||
|
top: 8,
|
||||||
|
left: 8,
|
||||||
|
borderRadius: 8,
|
||||||
|
padding: 4,
|
||||||
|
zIndex: 2,
|
||||||
|
backgroundColor: 'transparent',
|
||||||
|
},
|
||||||
watchedIndicator: {},
|
watchedIndicator: {},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue