mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
Merge pull request #381 from AdityasahuX07/patch-18
Move libraryBadge to its correct position.
This commit is contained in:
commit
c9dfecb68c
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