💄 Optimize profile page styling

This commit is contained in:
2025-11-02 01:05:40 +08:00
parent 9e9fbc5d6a
commit e3c92a3c55

View File

@@ -884,7 +884,9 @@ class AccountProfileScreen extends HookConsumerWidget {
),
),
SliverToBoxAdapter(
child: ActivityPresenceWidget(uname: name),
child: ActivityPresenceWidget(
uname: name,
).padding(horizontal: 4, top: 4, bottom: 8),
),
],
),