Fix layout jog when rendering post numbers (#11447)
This commit is contained in:
@@ -61,9 +61,9 @@ export function ThreadItemPostNumber({
|
||||
inline
|
||||
? platform({
|
||||
native: {transform: [{translateY: POST_NUMBER_INLINE_OFFSET}]},
|
||||
web: {top: -2},
|
||||
web: {top: -2, marginBottom: -2},
|
||||
})
|
||||
: {top: -2},
|
||||
: {top: -2, marginBottom: -2},
|
||||
]}>
|
||||
<Text
|
||||
accessibilityLabel={l({
|
||||
|
||||
Reference in New Issue
Block a user