Explore page filtered by post

This commit is contained in:
2024-12-22 17:19:35 +08:00
parent 2375c46852
commit 85d2eff7f8
3 changed files with 83 additions and 24 deletions

View File

@ -245,7 +245,7 @@ class PostItem extends StatelessWidget {
horizontal: 16,
vertical: 4,
),
if (data.tags.isNotEmpty) _PostTagsList(data: data).padding(horizontal: 16, bottom: 6),
if (data.tags.isNotEmpty) _PostTagsList(data: data).padding(horizontal: 16, top: 4, bottom: 6),
],
),
),