mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-30 06:12:37 +03:00
fixed styles
This commit is contained in:
parent
6093d19a54
commit
46c9024e4e
@ -18,7 +18,7 @@ export default EStyleSheet.create({
|
||||
flexDirection: 'row',
|
||||
},
|
||||
scroll: {
|
||||
height: '$deviceHeight - 69',
|
||||
height: '$deviceHeight / 1.135',
|
||||
},
|
||||
footer: {
|
||||
flexDirection: 'column',
|
||||
|
@ -114,7 +114,7 @@ class PostDisplayView extends Component {
|
||||
isGetComment && !isLoadedComments && this.setState({ isLoadedComments: true });
|
||||
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
<View>
|
||||
<ScrollView style={styles.scroll} onScroll={event => this._handleOnScroll(event)}>
|
||||
<View style={styles.header}>
|
||||
{!post ? (
|
||||
|
Loading…
Reference in New Issue
Block a user