diff --git a/lib/pages/chat/events/message.dart b/lib/pages/chat/events/message.dart index 8f10d616..dd7e995d 100644 --- a/lib/pages/chat/events/message.dart +++ b/lib/pages/chat/events/message.dart @@ -147,8 +147,10 @@ class Message extends StatelessWidget { return AnimatedSize( duration: FluffyThemes.animationDuration, curve: FluffyThemes.animationCurve, + clipBehavior: Clip.none, + alignment: ownMessage ? Alignment.bottomRight : Alignment.bottomLeft, child: animateIn - ? const SizedBox.shrink() + ? const SizedBox(height: 0, width: double.infinity) : Stack( children: [ Positioned(