mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
Merge pull request #259 from AdityasahuX07/patch-3
Change libraryBadge position to its correct location only in search tab.
This commit is contained in:
commit
22d8fe311a
1 changed files with 2 additions and 2 deletions
|
|
@ -1297,7 +1297,7 @@ const styles = StyleSheet.create({
|
||||||
libraryBadge: {
|
libraryBadge: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 8,
|
top: 8,
|
||||||
right: 36,
|
left: 8,
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
padding: 4,
|
padding: 4,
|
||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
|
|
@ -1305,4 +1305,4 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export default SearchScreen;
|
export default SearchScreen;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue