opt qa btn

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-23 09:42:08 +08:00
parent d69649f1b6
commit 16a3e21db4
2 changed files with 8 additions and 4 deletions

View File

@@ -147,9 +147,10 @@ class PendantAvatar extends StatelessWidget {
semanticLabel: _badgeType.desc,
),
};
final offset = isMemberAvatar ? 2.0 : 0.0;
return Positioned(
right: isMemberAvatar ? 2 : 0,
bottom: isMemberAvatar ? 2 : 0,
right: offset,
bottom: offset,
child: IgnorePointer(
child: DecoratedBox(
decoration: BoxDecoration(