Minor ui fixes

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-13 18:21:02 +05:30
parent 3b0c2a9a73
commit ab29edd89e
4 changed files with 56 additions and 45 deletions
+2 -2
View File
@@ -434,8 +434,8 @@ class _MessageWidgetState extends State<MessageWidget> {
),
if (widget.showReactionPickerIndicator)
Positioned(
right: 0,
top: -8,
right: widget.reverse ? -6 : 6,
top: -6,
child: Transform(
transform: Matrix4.rotationY(
widget.reverse ? pi : 0),