1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2023-02-15 19:31:26 +01:00
parent ad04eff7ce
commit 86e7edb963
4 changed files with 66 additions and 84 deletions

View File

@ -172,7 +172,7 @@ const TimelineAttachment = () => {
return (
<View style={{ marginTop: StyleConstants.Spacing.M, ...(isLargeDevice && { maxWidth: 375 }) }}>
<View style={{ marginBottom: StyleConstants.Spacing.XS }}>
<View style={{ gap: StyleConstants.Spacing.XS }}>
{chunk(status.media_attachments, 2).map((chunk, chunkIndex) => (
<View
key={chunkIndex}