mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
line height fine tuning
This commit is contained in:
parent
b96670400b
commit
15e206ee8d
@ -10,6 +10,7 @@ export default EStyleSheet.create({
|
|||||||
},
|
},
|
||||||
textWrapper: {
|
textWrapper: {
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
|
lineHeight: 18,
|
||||||
paddingTop: isAndroidOreo() ? 6 : 16,
|
paddingTop: isAndroidOreo() ? 6 : 16,
|
||||||
paddingBottom: Platform.OS === 'ios' ? 32 : 0, // On android side, textinput has default padding
|
paddingBottom: Platform.OS === 'ios' ? 32 : 0, // On android side, textinput has default padding
|
||||||
paddingHorizontal: 16,
|
paddingHorizontal: 16,
|
||||||
|
@ -54,6 +54,7 @@ export default EStyleSheet.create({
|
|||||||
summary: {
|
summary: {
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
color: '$primaryDarkGray',
|
color: '$primaryDarkGray',
|
||||||
|
lineHeight: 18,
|
||||||
},
|
},
|
||||||
bodyFooter: {
|
bodyFooter: {
|
||||||
backgroundColor: '$primaryBackgroundColor',
|
backgroundColor: '$primaryBackgroundColor',
|
||||||
|
@ -326,7 +326,7 @@ const PostBody = ({
|
|||||||
color: ${EStyleSheet.value('$primaryBlack')};
|
color: ${EStyleSheet.value('$primaryBlack')};
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
line-height: 140%;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user