fix padding in messages

This commit is contained in:
Salvatore Giordano
2020-05-11 16:53:07 +02:00
parent 5b29057ccb
commit 18ded607a8
4 changed files with 46 additions and 42 deletions
+2 -1
View File
@@ -173,7 +173,8 @@ class MessageWidget extends StatelessWidget {
true &&
showReactions)
? EdgeInsets.only(
top: _getReactionsTopPadding())
top: _getReactionsTopPadding(),
)
: EdgeInsets.zero,
child: PortalEntry(
portalAnchor: Alignment(0, 1),