fix padding in messages
This commit is contained in:
@@ -173,7 +173,8 @@ class MessageWidget extends StatelessWidget {
|
||||
true &&
|
||||
showReactions)
|
||||
? EdgeInsets.only(
|
||||
top: _getReactionsTopPadding())
|
||||
top: _getReactionsTopPadding(),
|
||||
)
|
||||
: EdgeInsets.zero,
|
||||
child: PortalEntry(
|
||||
portalAnchor: Alignment(0, 1),
|
||||
|
||||
Reference in New Issue
Block a user