🐛 Fix padding inconsistent in explore screen
This commit is contained in:
		| @@ -478,7 +478,7 @@ class ExploreScreen extends HookConsumerWidget { | |||||||
|               if (user.value != null) |               if (user.value != null) | ||||||
|                 SliverToBoxAdapter( |                 SliverToBoxAdapter( | ||||||
|                   child: CheckInWidget( |                   child: CheckInWidget( | ||||||
|                     margin: const EdgeInsets.only(bottom: 8), |                     margin: const EdgeInsets.only(bottom: 8, top: 8), | ||||||
|                   ), |                   ), | ||||||
|                 ), |                 ), | ||||||
|               SliverToBoxAdapter( |               SliverToBoxAdapter( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user