fix unequal web margins
This commit is contained in:
@@ -378,9 +378,9 @@ let MessageItem = ({
|
|||||||
)
|
)
|
||||||
|
|
||||||
const messageInset = platform<ViewStyle | undefined>({
|
const messageInset = platform<ViewStyle | undefined>({
|
||||||
ios: isFromSelf ? a.mr_md : isGroupChat ? a.ml_md : a.ml_sm,
|
android: a.mx_sm,
|
||||||
android: isFromSelf ? a.mr_sm : isGroupChat ? a.ml_sm : undefined,
|
ios: a.mx_md,
|
||||||
web: isFromSelf ? a.mr_lg : isGroupChat ? a.ml_lg : undefined,
|
web: a.mx_lg,
|
||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user