diff --git a/lib/chat/ChatPageItem.dart b/lib/chat/ChatPageItem.dart index e0c0da1..8e64096 100644 --- a/lib/chat/ChatPageItem.dart +++ b/lib/chat/ChatPageItem.dart @@ -189,7 +189,7 @@ class _ChatPageItemState extends State return Container( width: Screen.width, - margin: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 8), + margin: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 4), child: Column( children: [ showTime == null diff --git a/lib/chat/group_chat_item.dart b/lib/chat/group_chat_item.dart index 9fdc4ec..2cbe02b 100644 --- a/lib/chat/group_chat_item.dart +++ b/lib/chat/group_chat_item.dart @@ -189,7 +189,7 @@ class _GroupChatPageItemState extends State return Container( width: Screen.width, color: Colors.white.withOpacity(0), - margin: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 8), + margin: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 4), child: Column( children: [ showTime == null