🐛 Bug fixes

This commit is contained in:
2025-03-02 21:56:45 +08:00
parent 17e6b81f76
commit 33a4bd7e71
3 changed files with 5 additions and 3 deletions

View File

@ -31,6 +31,7 @@ class AccountImage extends StatelessWidget {
final url = sn.getAttachmentUrl(content ?? '');
return Stack(
clipBehavior: Clip.none,
children: [
SizedBox(
width: (radius != null ? radius! : 20) * 2,
@ -58,7 +59,7 @@ class AccountImage extends StatelessWidget {
if (badge != null)
Positioned(
right: -4,
bottom: -4,
bottom: -2,
child: badge!,
),
],