updated spacing under event list

pull/1384/head
ggurdin 1 year ago
parent 42ced399aa
commit 7d000ef472

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

Loading…
Cancel
Save