💄 Optimization of post item style

This commit is contained in:
2024-09-21 23:28:14 +08:00
parent c896185af0
commit 6cde218393
4 changed files with 6 additions and 6 deletions

View File

@ -313,7 +313,7 @@ class _PostItemState extends State<PostItem> {
attachmentsId: attachments,
autoload: false,
isColumn: true,
).paddingOnly(left: 60, right: 24);
).paddingOnly(left: 60, right: 24, top: 4, bottom: 4);
} else {
return AttachmentList(
flatMaxHeight: MediaQuery.of(context).size.width,