Tweak alignment of thread numbering (#11566)

This commit is contained in:
DS Boyce
2026-08-31 05:19:37 -07:00
committed by GitHub
parent e1f75c2c01
commit 4b4f5f9c9a
@@ -67,8 +67,6 @@ export function ThreadItemPostNumber({
android: {transform: [{translateY: POST_NUMBER_INLINE_OFFSET}]},
ios: {transform: [{translateY: a.py_2xs.paddingBottom}]},
web: {
top: -2,
marginBottom: -2,
// Inline views inherit the surrounding line height on web. Keep
// the badge at its usual size when emoji-only text enlarges it.
lineHeight: a.text_xs.fontSize * a.leading_normal.lineHeight,