From cd5d8e62d2b9bb065a9722f4c8b851163223cbdd Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 10 Mar 2026 12:19:16 -0500 Subject: [PATCH] Small tweaks to settings page --- .../Settings/AutomationLabelSettings.tsx | 28 ++++++++++++++----- 1 file changed, 21 insertions(+), 7 deletions(-) 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}