Post slug

This commit is contained in:
2025-08-17 12:47:00 +08:00
parent a04dffdfe8
commit 5d4b896f70
8 changed files with 56 additions and 23 deletions

View File

@@ -311,8 +311,8 @@ class ArticleComposeScreen extends HookConsumerWidget {
valueListenable: state.attachmentProgress,
builder: (context, progressMap, _) {
return Wrap(
spacing: 8,
runSpacing: 8,
spacing: 8,
children: [
for (var idx = 0; idx < attachments.length; idx++)
SizedBox(