From 792f3aac5e174371c5563553c6ca0987ae03af7a Mon Sep 17 00:00:00 2001 From: Pierre-Louis Date: Thu, 5 Mar 2020 10:44:50 +0100 Subject: [PATCH] Fix Crane search bar margin (#350) --- gallery/lib/studies/crane/backdrop.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/lib/studies/crane/backdrop.dart b/gallery/lib/studies/crane/backdrop.dart index d4a561319..a442b7659 100644 --- a/gallery/lib/studies/crane/backdrop.dart +++ b/gallery/lib/studies/crane/backdrop.dart @@ -168,8 +168,8 @@ class _BackdropState extends State with TickerProviderStateMixin { margin: EdgeInsets.only( top: isDesktop ? (isDisplaySmallDesktop(context) - ? textFieldHeight * 2 - : textFieldHeight) + + ? textFieldHeight * 3 + : textFieldHeight * 2) + 20 * textScaleFactor / 2 : 175 + 140 * textScaleFactor / 2, ),