Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
lbry-react-native
Commits
7a3def7e
Commit
7a3def7e
authored
Jan 09, 2020
by
Akinwale Ariwodola
Browse files
fix claim result channel thumbnail view
parent
f1aafd6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/component/claimResultItem/view.js
View file @
7a3def7e
...
...
@@ -85,7 +85,7 @@ class ClaimResultItem extends React.PureComponent {
)}
{
isChannel
&&
(
<
View
style
=
{
fileListStyle
.
t
humbnail
}
>
<
View
style
=
{
fileListStyle
.
channelT
humbnail
View
}
>
<
View
style
=
{[
fileListStyle
.
channelThumbnailContainer
,
this
.
state
.
autoStyle
]}
>
{
hasThumbnail
&&
(
<
FastImage
...
...
src/styles/fileList.js
View file @
7a3def7e
...
...
@@ -39,6 +39,13 @@ const fileListStyle = StyleSheet.create({
alignItems
:
'
center
'
,
justifyContent
:
'
center
'
,
},
channelThumbnailView
:
{
width
:
thumbnailWidth
,
height
:
thumbnailHeight
,
marginRight
:
screenWidthPixels
<=
720
?
10
:
12
,
alignItems
:
'
center
'
,
justifyContent
:
'
center
'
,
},
channelThumbnailContainer
:
{
width
:
thumbnailHeight
,
// maintain same width and height
height
:
thumbnailHeight
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment