fix(ui): fix message highlight alignment
This commit is contained in:
@@ -1190,7 +1190,7 @@ class _MessageListViewState extends State<MessageListView> {
|
||||
child: child,
|
||||
),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.only(top: 4),
|
||||
padding: const EdgeInsets.symmetric(vertical: 4),
|
||||
child: child,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user