Fix layout jog when rendering post numbers (#11447)
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user