💄 Optimize for large screen

This commit is contained in:
2025-08-24 02:28:16 +08:00
parent 5060bd30c9
commit f85484d3ed
2 changed files with 15 additions and 10 deletions

View File

@@ -216,7 +216,7 @@ class MarketplaceStickerPackDetailScreen extends HookConsumerWidget {
),
),
),
Gap(MediaQuery.of(context).padding.bottom),
Gap(MediaQuery.of(context).padding.bottom + 16),
],
);
},