From e3c92a3c55ae95f7bbd49129a386f3d78168637f Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 2 Nov 2025 01:05:40 +0800 Subject: [PATCH] :lipstick: Optimize profile page styling --- lib/screens/account/profile.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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), ), ], ),