mirror of https://github.com/tooot-app/app
Try out using margin instead of gap
This commit is contained in:
parent
3b4b6d2f67
commit
ad04eff7ce
|
@ -172,7 +172,7 @@ const TimelineAttachment = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={{ marginTop: StyleConstants.Spacing.M, ...(isLargeDevice && { maxWidth: 375 }) }}>
|
<View style={{ marginTop: StyleConstants.Spacing.M, ...(isLargeDevice && { maxWidth: 375 }) }}>
|
||||||
<View style={{ gap: StyleConstants.Spacing.XS }}>
|
<View style={{ marginBottom: StyleConstants.Spacing.XS }}>
|
||||||
{chunk(status.media_attachments, 2).map((chunk, chunkIndex) => (
|
{chunk(status.media_attachments, 2).map((chunk, chunkIndex) => (
|
||||||
<View
|
<View
|
||||||
key={chunkIndex}
|
key={chunkIndex}
|
||||||
|
|
Loading…
Reference in New Issue