🐛 Bug fixes

This commit is contained in:
2025-07-31 16:48:50 +08:00
parent ba709012d7
commit 715f95ca22
8 changed files with 80 additions and 50 deletions

View File

@@ -395,7 +395,11 @@ class _ActivityListView extends HookConsumerWidget {
slivers: [
SliverGap(12),
if (user.value != null && !contentOnly)
SliverToBoxAdapter(child: CheckInWidget()),
SliverToBoxAdapter(
child: CheckInWidget(
margin: EdgeInsets.only(left: 8, right: 8, bottom: 4),
),
),
SliverList.builder(
itemCount: widgetCount,
itemBuilder: (context, index) {