Fix Crane search bar margin (#350)

pull/355/head
Pierre-Louis 5 years ago committed by GitHub
parent 9bc8a3a537
commit 792f3aac5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,8 +168,8 @@ class _BackdropState extends State<Backdrop> with TickerProviderStateMixin {
margin: EdgeInsets.only( margin: EdgeInsets.only(
top: isDesktop top: isDesktop
? (isDisplaySmallDesktop(context) ? (isDisplaySmallDesktop(context)
? textFieldHeight * 2 ? textFieldHeight * 3
: textFieldHeight) + : textFieldHeight * 2) +
20 * textScaleFactor / 2 20 * textScaleFactor / 2
: 175 + 140 * textScaleFactor / 2, : 175 + 140 * textScaleFactor / 2,
), ),

Loading…
Cancel
Save