fix message padding
This commit is contained in:
@@ -244,7 +244,7 @@ class _MessageWidgetState extends State<MessageWidget> {
|
|||||||
top: widget.message.reactionCounts
|
top: widget.message.reactionCounts
|
||||||
?.isNotEmpty ==
|
?.isNotEmpty ==
|
||||||
true
|
true
|
||||||
? 16
|
? 12
|
||||||
: 0,
|
: 0,
|
||||||
)
|
)
|
||||||
: EdgeInsets.zero,
|
: EdgeInsets.zero,
|
||||||
|
|||||||
Reference in New Issue
Block a user