fix unequal web margins

This commit is contained in:
Samuel Newman
2026-05-20 15:29:26 +03:00
parent 03963ec7d4
commit def17dbffd
+3 -3
View File
@@ -378,9 +378,9 @@ let MessageItem = ({
)
const messageInset = platform<ViewStyle | undefined>({
ios: isFromSelf ? a.mr_md : isGroupChat ? a.ml_md : a.ml_sm,
android: isFromSelf ? a.mr_sm : isGroupChat ? a.ml_sm : undefined,
web: isFromSelf ? a.mr_lg : isGroupChat ? a.ml_lg : undefined,
android: a.mx_sm,
ios: a.mx_md,
web: a.mx_lg,
})
return (