MM-22629 Center-align tall & thin image attachments (#3945)

Bug reported in community: https://community.mattermost.com/core/pl/yy39ajg1ajfm386dms6tdyjrtw
This commit is contained in:
Mattermost Build 2020-02-18 19:51:20 +01:00 committed by GitHub
parent 7ef8eb294c
commit 942b088583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,