BUG: Fix Profile Picture Alignment

This commit is contained in:
2025-09-23 11:49:13 +02:00
parent ffcee3b7a7
commit 291882abc5

View File

@@ -73,6 +73,7 @@ class _MihCircleAvatarState extends State<MihCircleAvatar> {
Visibility(
visible: imagePreview != null,
child: Positioned(
right: widget.width * 0.03,
child: CircleAvatar(
radius: widget.width / 2.2,
backgroundColor: widget.backgroundColor,