mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +03:00
posts avatar size change
This commit is contained in:
parent
f26e3265c2
commit
8345995a44
@ -102,7 +102,7 @@ class PostCardView extends Component {
|
||||
name={get(content, 'author')}
|
||||
profileOnPress={this._handleOnUserPress}
|
||||
reputation={get(content, 'author_reputation')}
|
||||
size={32}
|
||||
size={36}
|
||||
tag={content.category}
|
||||
rebloggedBy={rebloggedBy}
|
||||
isPromoted={get(content, 'is_promoted')}
|
||||
|
@ -57,7 +57,7 @@ class PostListItemView extends Component {
|
||||
date={isFormatedDate ? created : getTimeFromNow(created, true)}
|
||||
name={username}
|
||||
reputation={reputation}
|
||||
size={32}
|
||||
size={36}
|
||||
tag={mainTag}
|
||||
/>
|
||||
<IconButton
|
||||
|
@ -202,7 +202,7 @@ class PostDisplayView extends PureComponent {
|
||||
currentAccountUsername={name}
|
||||
reputation={post.author_reputation}
|
||||
tag={post.category}
|
||||
size={16}
|
||||
size={36}
|
||||
/>
|
||||
<PostBody body={post.body} />
|
||||
<View style={styles.footer}>
|
||||
|
Loading…
Reference in New Issue
Block a user