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

updated spacing under event list
This commit is contained in:
ggurdin 2024-07-26 12:00:58 -04:00 committed by GitHub
commit aa20fd3b35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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