Shift footer down
This commit is contained in:
parent
bb263c71c2
commit
f46a5bac7f
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@ class MessageToolbarState extends State<MessageToolbar> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final double maxHeight = (MediaQuery.of(context).size.height -
|
||||
(PlatformInfos.isIOS ? 254 : 232)) /
|
||||
(PlatformInfos.isIOS ? 254 : 222)) /
|
||||
2;
|
||||
|
||||
return Material(
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue