💄 New layout for article for optimized reading experience

🐛 Bug fixes on pending post media list
This commit is contained in:
2024-12-07 21:33:01 +08:00
parent b583780cfc
commit 2a837227d5
6 changed files with 186 additions and 30 deletions

View File

@ -208,7 +208,11 @@ class PostMediaPendingList extends StatelessWidget {
),
),
),
if (thumbnail != null) const VerticalDivider(width: 1).padding(horizontal: 8),
if (thumbnail != null)
const VerticalDivider(width: 1, thickness: 1).padding(
horizontal: 12,
vertical: 16,
),
Expanded(
child: ListView.separated(
scrollDirection: Axis.horizontal,