mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-28 07:55:08 +03:00
fixed header and placeholder bugs
This commit is contained in:
parent
19ed7b8e6e
commit
3385c3dcda
@ -10,7 +10,7 @@ const PostCardPlaceHolder = () => (
|
||||
<Placeholder.Media size={25} hasRadius animate="fade" />
|
||||
<Placeholder.Line width="30%" lastLineWidth="30%" animate="fade" />
|
||||
</View>
|
||||
<Placeholder.Box animate="fade" height={300} width="100%" radius={5} />
|
||||
<Placeholder.Box animate="fade" height={200} width="100%" radius={5} />
|
||||
<View style={styles.paragraphWrapper}>
|
||||
<Placeholder.Paragraph
|
||||
lineNumber={3}
|
||||
|
@ -17,13 +17,11 @@ const PostPlaceHolder = () => (
|
||||
animate="fade"
|
||||
/>
|
||||
</View>
|
||||
<View style={styles.paragraphWrapper}>
|
||||
<Placeholder.Media size={25} hasRadius animate="fade" />
|
||||
</View>
|
||||
<View style={styles.paragraphWrapper} />
|
||||
<Placeholder.Box animate="fade" height={200} width="100%" radius={5} />
|
||||
<View style={styles.paragraphWrapper}>
|
||||
<Placeholder.Paragraph
|
||||
lineNumber={10}
|
||||
lineNumber={18}
|
||||
textSize={16}
|
||||
lineSpacing={5}
|
||||
width="100%"
|
||||
|
@ -20,7 +20,6 @@ export default EStyleSheet.create({
|
||||
alignItems: 'center',
|
||||
},
|
||||
quickTitle: {
|
||||
flexGrow: 1,
|
||||
fontSize: 10,
|
||||
color: '$iconColor',
|
||||
marginLeft: 24,
|
||||
|
Loading…
Reference in New Issue
Block a user