MM-22629 Center-align tall & thin image attachments (#3931)
Bug reported in community: https://community.mattermost.com/core/pl/yy39ajg1ajfm386dms6tdyjrtw
This commit is contained in:
parent
d54a4ab919
commit
9d44ef8053
1 changed files with 1 additions and 6 deletions
|
|
@ -186,13 +186,8 @@ const style = StyleSheet.create({
|
|||
smallImageOverlay: {
|
||||
...StyleSheet.absoluteFill,
|
||||
justifyContent: 'center',
|
||||
borderRadius: 4,
|
||||
},
|
||||
loaderContainer: {
|
||||
position: 'absolute',
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
alignItems: 'center',
|
||||
borderRadius: 4,
|
||||
},
|
||||
singleSmallImageWrapper: {
|
||||
height: SMALL_IMAGE_MAX_HEIGHT,
|
||||
|
|
|
|||
Loading…
Reference in a new issue