minor styling fixes

This commit is contained in:
vineyardbovines
2026-03-05 09:54:41 -05:00
parent 443cb9859c
commit 13486b0fca
4 changed files with 225 additions and 71 deletions
+11 -2
View File
@@ -273,7 +273,14 @@ function InlineNameAndHandle({
/>
</View>
)}
<BotBadge profile={profile} />
<View
style={[
a.pl_2xs,
a.self_center,
{marginTop: platform({default: 0, android: -1})},
]}>
<BotBadge profile={profile} />
</View>
<Text
emoji
style={[
@@ -328,7 +335,9 @@ export function Name({
/>
</View>
)}
<BotBadge profile={profile} />
<View style={[a.pl_xs]}>
<BotBadge profile={profile} />
</View>
</View>
)
}