Merge pull request #526 from pangeachat/move-chat-buttons
updated spacing under event list
This commit is contained in:
commit
aa20fd3b35
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue