From ad04eff7cebd5424682e03c0d6539e8e3a7a6376 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 14 Feb 2023 23:18:23 +0100 Subject: [PATCH] Try out using margin instead of gap --- src/components/Timeline/Shared/Attachment/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Timeline/Shared/Attachment/index.tsx b/src/components/Timeline/Shared/Attachment/index.tsx index 423a8f67..f3572303 100644 --- a/src/components/Timeline/Shared/Attachment/index.tsx +++ b/src/components/Timeline/Shared/Attachment/index.tsx @@ -172,7 +172,7 @@ const TimelineAttachment = () => { return ( - + {chunk(status.media_attachments, 2).map((chunk, chunkIndex) => (