Fixed margin for reactions in chats
This commit is contained in:
@ -313,7 +313,7 @@ class _ChatBubbleState extends State<ChatBubble> {
|
||||
offset: const Offset(0, -10),
|
||||
child: Container(
|
||||
width: MediaQuery.of(context).size.width,
|
||||
margin: const EdgeInsets.only(left: 5, right: 5),
|
||||
margin: const EdgeInsets.only(left: 15, right: 15),
|
||||
child: Wrap(
|
||||
alignment: widget.isSender ? WrapAlignment.end : WrapAlignment.start,
|
||||
crossAxisAlignment: WrapCrossAlignment.start,
|
||||
|
Reference in New Issue
Block a user