📱 Fix attachment list responsive issue
This commit is contained in:
@ -83,7 +83,7 @@ class PostItem extends StatelessWidget {
|
||||
AttachmentList(
|
||||
data: data.preload!.attachments!,
|
||||
bordered: true,
|
||||
maxHeight: 480,
|
||||
maxHeight: 560,
|
||||
listPadding: const EdgeInsets.symmetric(horizontal: 12),
|
||||
),
|
||||
Container(
|
||||
|
Reference in New Issue
Block a user