Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-19 18:15:22 +08:00
parent 33738c90bc
commit 4f2bfb8126
5 changed files with 25 additions and 17 deletions

View File

@@ -614,6 +614,7 @@ class UserInfoCard extends StatelessWidget {
);
}
Widget child = Row(
mainAxisSize: MainAxisSize.min,
children: [
const SizedBox(width: 20),
avatars,
@@ -638,12 +639,11 @@ class UserInfoCard extends StatelessWidget {
size: 20,
color: colorScheme.outline,
),
const SizedBox(width: 20),
const SizedBox(width: 10),
],
);
if (item.jumpUrl?.isNotEmpty == true) {
return GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () => PageUtils.handleWebview(item.jumpUrl!),
child: child,
);