💄 Optimized post item

This commit is contained in:
2025-07-30 22:36:27 +08:00
parent 7c92dee097
commit 6e5c5f1690
2 changed files with 147 additions and 127 deletions

View File

@@ -102,7 +102,7 @@ class CloudFileList extends HookConsumerWidget {
}
return ConstrainedBox(
constraints: BoxConstraints(maxHeight: maxHeight),
constraints: BoxConstraints(maxHeight: maxHeight, minWidth: maxWidth),
child: AspectRatio(
aspectRatio: calculateAspectRatio(),
child: ListView.separated(