diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index ff4ba7015..9b12f9904 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -425,7 +425,7 @@ class ChatView extends StatelessWidget { // #Pangea // Keep messages above minimum input bar height SizedBox( - height: (PlatformInfos.isMobile ? 24 : 50), + height: (PlatformInfos.isMobile ? 30 : 60), ), // Pangea# ],