🐛 Fix padding inconsistent in explore screen

This commit is contained in:
2025-10-28 01:17:54 +08:00
parent 11fb20c673
commit 6749bb00fe

View File

@@ -478,7 +478,7 @@ class ExploreScreen extends HookConsumerWidget {
if (user.value != null)
SliverToBoxAdapter(
child: CheckInWidget(
margin: const EdgeInsets.only(bottom: 8),
margin: const EdgeInsets.only(bottom: 8, top: 8),
),
),
SliverToBoxAdapter(