🐛 Fix profile page

This commit is contained in:
2025-08-23 17:34:01 +08:00
parent 0251697951
commit f401ffbf81
2 changed files with 3 additions and 2 deletions

View File

@@ -196,7 +196,8 @@ class PublisherProfileScreen extends HookConsumerWidget {
'publisherBelongsTo'.tr(args: ['@${data.account!.name}']),
).fontSize(14),
],
).opacity(0.85).padding(bottom: 6),
).opacity(0.85),
const Gap(4),
if (data.type == 0 && data.account != null)
AccountStatusWidget(
uname: data.account!.name,