diff --git a/lib/screens/account/profile.dart b/lib/screens/account/profile.dart index 495519dd..d0ea6d63 100644 --- a/lib/screens/account/profile.dart +++ b/lib/screens/account/profile.dart @@ -884,7 +884,9 @@ class AccountProfileScreen extends HookConsumerWidget { ), ), SliverToBoxAdapter( - child: ActivityPresenceWidget(uname: name), + child: ActivityPresenceWidget( + uname: name, + ).padding(horizontal: 4, top: 4, bottom: 8), ), ], ),