diff --git a/src/screens/Settings/AutomationLabelSettings.tsx b/src/screens/Settings/AutomationLabelSettings.tsx
index 6d3a937d52..010937d57d 100644
--- a/src/screens/Settings/AutomationLabelSettings.tsx
+++ b/src/screens/Settings/AutomationLabelSettings.tsx
@@ -15,7 +15,7 @@ import {
import {postThreadQueryKeyRoot} from '#/state/queries/usePostThread/types'
import {useSession} from '#/state/session'
import {UserAvatar} from '#/view/com/util/UserAvatar'
-import {atoms as a, useTheme} from '#/alf'
+import {atoms as a, platform, useTheme} from '#/alf'
import {BotBadge} from '#/components/BotBadge'
import * as Toggle from '#/components/forms/Toggle'
import {Robot_Filled_Corner2_Rounded as RobotIcon} from '#/components/icons/Robot'
@@ -116,11 +116,14 @@ export function AutomationLabelSettingsScreen({}: Props) {
a.justify_center,
a.align_center,
a.gap_sm,
- a.p_5xl,
a.rounded_lg,
- t.atoms.bg_contrast_50,
a.border,
+ t.atoms.bg_contrast_50,
t.atoms.border_contrast_low,
+ {
+ height: 160,
+ paddingRight: 20, // helps visually center
+ },
]}>
@@ -128,21 +131,32 @@ export function AutomationLabelSettingsScreen({}: Props) {
{profile.displayName || profile.handle}
{verification.isVerified && (
)}
-
+
+
+
@{profile.handle}