From 5bcc2a52dd355bf04caeb13e68b492eace247a2e Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:49:09 +0400 Subject: [PATCH] wip --- apps/ios/Shared/Views/Badges/BadgesSupportSimplexView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/Badges/BadgesSupportSimplexView.swift b/apps/ios/Shared/Views/Badges/BadgesSupportSimplexView.swift index 46c681dd36..f5ea5a8d59 100644 --- a/apps/ios/Shared/Views/Badges/BadgesSupportSimplexView.swift +++ b/apps/ios/Shared/Views/Badges/BadgesSupportSimplexView.swift @@ -47,6 +47,8 @@ struct BadgesSupportSimplexView: View { .font(.headline) } + Spacer(minLength: 0) + PhoneSupporterHero() .frame(maxWidth: g.size.width * 0.55) .layoutPriority(-1) @@ -60,7 +62,7 @@ struct BadgesSupportSimplexView: View { .padding(.bottom, g.safeAreaInsets.bottom == 0 ? 20 : 0) } .padding(.horizontal, 25) - .padding(.top, 8) + .padding(.top, 28) .padding(.bottom, 20) // .frame(height:) instead of .frame(minHeight:) — locks the VStack to the // proposed geometry. In the onboarding flow (full-screen presentation) minHeight is