From 76c65f333e10602cddff4fb0ac76926c16f19148 Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:25:55 -0700 Subject: [PATCH] Reposition FABs --- src/view/com/util/fab/FABInner.tsx | 9 ++++++-- .../com/util/load-latest/LoadLatestBtn.tsx | 21 +++++++++---------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/view/com/util/fab/FABInner.tsx b/src/view/com/util/fab/FABInner.tsx index f2e96fcbec..62234059c8 100644 --- a/src/view/com/util/fab/FABInner.tsx +++ b/src/view/com/util/fab/FABInner.tsx @@ -32,8 +32,13 @@ export function FABInner({testID, icon, onPress, style, ...props}: FABProps) { const size = gtMobile ? styles.sizeLarge : styles.sizeRegular const tabletSpacing = gtMobile - ? {right: 50, bottom: 50} - : {right: 24, bottom: clamp(insets.bottom, 15, 60) + 15} + ? {right: a.pr_xl.paddingRight, bottom: a.pb_lg.paddingBottom} + : { + right: a.pr_lg.paddingRight, + bottom: + clamp(insets.bottom, a.pb_md.paddingBottom, 60) + + a.pb_md.paddingBottom, + } return (