🐛 Fix attachments max width

This commit is contained in:
LittleSheep 2024-08-07 14:34:41 +08:00
parent 94385564bd
commit 54dee9702b

View File

@ -436,6 +436,7 @@ class _PostItemState extends State<PostItem> {
left: 16,
),
AttachmentList(
flatMaxHeight: MediaQuery.of(context).size.width,
parentId: widget.item.id.toString(),
attachmentsId: attachments,
isGrid: attachments.length > 1,