Fix layout jog when rendering post numbers (#11447)

This commit is contained in:
DS Boyce
2026-08-11 13:57:48 -07:00
committed by GitHub
parent 82db01fc60
commit b801a24ef2
@@ -61,9 +61,9 @@ export function ThreadItemPostNumber({
inline inline
? platform({ ? platform({
native: {transform: [{translateY: POST_NUMBER_INLINE_OFFSET}]}, native: {transform: [{translateY: POST_NUMBER_INLINE_OFFSET}]},
web: {top: -2}, web: {top: -2, marginBottom: -2},
}) })
: {top: -2}, : {top: -2, marginBottom: -2},
]}> ]}>
<Text <Text
accessibilityLabel={l({ accessibilityLabel={l({