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:
Amit Uttam 2020-02-18 15:48:26 -03:00 committed by GitHub
parent d54a4ab919
commit 9d44ef8053
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,