add bottom margin of 10 to "show more/less button" (#2081)

This commit is contained in:
Saturnino Abril 2018-09-07 01:46:07 +08:00 committed by Elias Nahum
parent 532e87f6dc
commit 9bd46b48ce
2 changed files with 5 additions and 0 deletions

View file

@ -100,6 +100,7 @@ ShallowWrapper {
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"marginBottom": 10,
"position": "relative",
"top": 10,
}
@ -291,6 +292,7 @@ ShallowWrapper {
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"marginBottom": 10,
"position": "relative",
"top": 10,
},
@ -510,6 +512,7 @@ ShallowWrapper {
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"marginBottom": 10,
"position": "relative",
"top": 10,
}
@ -701,6 +704,7 @@ ShallowWrapper {
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"marginBottom": 10,
"position": "relative",
"top": 10,
},

View file

@ -101,6 +101,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme, showMore) => {
flexDirection: 'row',
position: 'relative',
top: showMore ? -7.5 : 10,
marginBottom: 10,
},
dividerLeft: {
backgroundColor: changeOpacity(theme.centerChannelColor, 0.2),