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