💄 Better attachment display

This commit is contained in:
2024-06-23 20:18:55 +08:00
parent 580d9c7151
commit a0a002974c
4 changed files with 54 additions and 44 deletions

View File

@ -280,7 +280,7 @@ class _PostItemState extends State<PostItem> {
},
).paddingOnly(
top: hasAttachment ? 10 : 6,
left: hasAttachment ? 16 : 60,
left: hasAttachment ? 24 : 60,
right: 16,
bottom: 10,
),