updated spacing under event list

This commit is contained in:
ggurdin 2024-07-26 12:00:27 -04:00
parent 42ced399aa
commit 7d000ef472

View file

@ -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#
],