From f46a5bac7ff6908ff995644cf79ed8c9d9c8fbb9 Mon Sep 17 00:00:00 2001 From: Kelrap Date: Thu, 8 Aug 2024 09:41:44 -0400 Subject: [PATCH] Shift footer down --- lib/pangea/widgets/chat/message_selection_overlay.dart | 6 +++--- lib/pangea/widgets/chat/message_toolbar.dart | 2 +- lib/pangea/widgets/chat/overlay_footer.dart | 2 +- lib/pangea/widgets/chat/overlay_message.dart | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/pangea/widgets/chat/message_selection_overlay.dart b/lib/pangea/widgets/chat/message_selection_overlay.dart index 606f65b2f..d40745d8e 100644 --- a/lib/pangea/widgets/chat/message_selection_overlay.dart +++ b/lib/pangea/widgets/chat/message_selection_overlay.dart @@ -43,9 +43,9 @@ class MessageSelectionOverlay extends StatelessWidget { bool showDown = false; final double footerSize = PlatformInfos.isMobile ? PlatformInfos.isIOS - ? 138 - : 140 - : 154; + ? 128 + : 130 + : 144; final double headerSize = PlatformInfos.isMobile ? PlatformInfos.isIOS ? 122 diff --git a/lib/pangea/widgets/chat/message_toolbar.dart b/lib/pangea/widgets/chat/message_toolbar.dart index f6431ef74..df1d040db 100644 --- a/lib/pangea/widgets/chat/message_toolbar.dart +++ b/lib/pangea/widgets/chat/message_toolbar.dart @@ -334,7 +334,7 @@ class MessageToolbarState extends State { @override Widget build(BuildContext context) { final double maxHeight = (MediaQuery.of(context).size.height - - (PlatformInfos.isIOS ? 254 : 232)) / + (PlatformInfos.isIOS ? 254 : 222)) / 2; return Material( diff --git a/lib/pangea/widgets/chat/overlay_footer.dart b/lib/pangea/widgets/chat/overlay_footer.dart index a2a0567df..340732f36 100644 --- a/lib/pangea/widgets/chat/overlay_footer.dart +++ b/lib/pangea/widgets/chat/overlay_footer.dart @@ -42,7 +42,7 @@ class OverlayFooter extends StatelessWidget { ), ), SizedBox( - height: FluffyThemes.isColumnMode(context) ? 25.0 : 18.0, + height: FluffyThemes.isColumnMode(context) ? 15.0 : 8.0, ), ], ), diff --git a/lib/pangea/widgets/chat/overlay_message.dart b/lib/pangea/widgets/chat/overlay_message.dart index 5afcd1f8b..d14697f01 100644 --- a/lib/pangea/widgets/chat/overlay_message.dart +++ b/lib/pangea/widgets/chat/overlay_message.dart @@ -87,7 +87,7 @@ class OverlayMessage extends StatelessWidget { ); final double maxHeight = (MediaQuery.of(context).size.height - - (PlatformInfos.isIOS ? 254 : 232)) / + (PlatformInfos.isIOS ? 244 : 222)) / 2; final pangeaMessageEvent = PangeaMessageEvent(