fix reaction picker
This commit is contained in:
@@ -434,8 +434,8 @@ class _MessageWidgetState extends State<MessageWidget> {
|
|||||||
),
|
),
|
||||||
if (widget.showReactionPickerIndicator)
|
if (widget.showReactionPickerIndicator)
|
||||||
Positioned(
|
Positioned(
|
||||||
right: widget.reverse ? -6 : 6,
|
right: 4,
|
||||||
top: -6,
|
top: -8,
|
||||||
child: Transform(
|
child: Transform(
|
||||||
transform: Matrix4.rotationY(
|
transform: Matrix4.rotationY(
|
||||||
widget.reverse ? pi : 0),
|
widget.reverse ? pi : 0),
|
||||||
|
|||||||
Reference in New Issue
Block a user