diff --git a/osu.Game/Overlays/Notifications/UserAvatarNotification.cs b/osu.Game/Overlays/Notifications/UserAvatarNotification.cs index 621052bf97..32a0e31e30 100644 --- a/osu.Game/Overlays/Notifications/UserAvatarNotification.cs +++ b/osu.Game/Overlays/Notifications/UserAvatarNotification.cs @@ -31,6 +31,7 @@ namespace osu.Game.Overlays.Notifications IconContent.Masking = true; IconContent.CornerRadius = CORNER_RADIUS; IconContent.ChangeChildDepth(IconDrawable, float.MinValue); + IconContent.OnUpdate += _ => IconContent.Width = IconContent.BoundingBox.Height; LoadComponentAsync(Avatar = new DrawableAvatar(user) {