From 1a3fc4d874112452441f4ce215e49cd6455b9fb0 Mon Sep 17 00:00:00 2001 From: Johnny Date: Mon, 21 Jul 2025 23:55:28 +0800 Subject: [PATCH] fix: media width --- web/src/components/MemoAttachmentListView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/MemoAttachmentListView.tsx b/web/src/components/MemoAttachmentListView.tsx index a2837f44c..e169f20aa 100644 --- a/web/src/components/MemoAttachmentListView.tsx +++ b/web/src/components/MemoAttachmentListView.tsx @@ -74,7 +74,7 @@ const MemoAttachmentListView = ({ attachments = [] }: { attachments: Attachment[ const MediaList = ({ attachments = [] }: { attachments: Attachment[] }) => { const cards = attachments.map((attachment) => ( -
+
));