Post visibility hint

This commit is contained in:
2024-12-06 00:21:48 +08:00
parent f16053c475
commit 45f489dcb6
3 changed files with 43 additions and 12 deletions

View File

@ -62,7 +62,8 @@ class _AttachmentListState extends State<AttachmentList> {
'audio' => 16 / 9,
'video' => 16 / 9,
_ => 1,
};
}
.toDouble();
return Container(
constraints: ResponsiveBreakpoints.of(context).largerThan(MOBILE)