add bottom margin of 10 to "show more/less button" (#2081)
This commit is contained in:
parent
532e87f6dc
commit
9bd46b48ce
2 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue