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