rfac: Alignment of messages and reaction bubbles

This commit is contained in:
Deven Joshi
2021-05-12 17:54:22 +05:30
parent 0f6aa466a2
commit 485d99ddb4
2 changed files with 16 additions and 6 deletions
@@ -56,7 +56,7 @@ class ReactionBubble extends StatelessWidget {
alignment: Alignment.center,
children: [
Transform.translate(
offset: Offset(reverse ? offset : -offset, 0),
offset: Offset(reverse ? -offset : offset, 0),
child: Container(
padding: const EdgeInsets.all(2),
decoration: BoxDecoration(