Merge pull request #526 from pangeachat/move-chat-buttons

updated spacing under event list
pull/1384/head
ggurdin 1 year ago committed by GitHub
commit aa20fd3b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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