mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix conversation alignments
This commit is contained in:
@ -21,6 +21,7 @@ class ConversationsAreaWidgetState extends State<ConversationsAreaWidget> {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Row(
|
return Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.end,
|
||||||
children: _openConversations.map(_conversationWindow).toList()
|
children: _openConversations.map(_conversationWindow).toList()
|
||||||
..add(_buildOpenButton()),
|
..add(_buildOpenButton()),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user