Revert #5504
This commit is contained in:
@@ -18,7 +18,6 @@ import {WebOnlyInlineLinkText} from '#/components/Link'
|
|||||||
import {ProfileBadges} from '#/components/ProfileBadges'
|
import {ProfileBadges} from '#/components/ProfileBadges'
|
||||||
import {ProfileHoverCard} from '#/components/ProfileHoverCard'
|
import {ProfileHoverCard} from '#/components/ProfileHoverCard'
|
||||||
import {Text} from '#/components/Typography'
|
import {Text} from '#/components/Typography'
|
||||||
import {IS_ANDROID} from '#/env'
|
|
||||||
import {useActorStatus} from '#/features/liveNow'
|
import {useActorStatus} from '#/features/liveNow'
|
||||||
import {TimeElapsed} from './TimeElapsed'
|
import {TimeElapsed} from './TimeElapsed'
|
||||||
import {PreviewableUserAvatar} from './UserAvatar'
|
import {PreviewableUserAvatar} from './UserAvatar'
|
||||||
@@ -145,14 +144,12 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
|
|||||||
a.pl_xs,
|
a.pl_xs,
|
||||||
a.text_md,
|
a.text_md,
|
||||||
a.leading_tight,
|
a.leading_tight,
|
||||||
IS_ANDROID && a.flex_grow,
|
|
||||||
a.text_right,
|
a.text_right,
|
||||||
t.atoms.text_contrast_medium,
|
t.atoms.text_contrast_medium,
|
||||||
web({
|
web({
|
||||||
whiteSpace: 'nowrap',
|
whiteSpace: 'nowrap',
|
||||||
}),
|
}),
|
||||||
]}>
|
]}>
|
||||||
{!IS_ANDROID && (
|
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
a.text_md,
|
a.text_md,
|
||||||
@@ -162,7 +159,6 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
|
|||||||
accessible={false}>
|
accessible={false}>
|
||||||
·{' '}
|
·{' '}
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
|
||||||
{timeElapsed}
|
{timeElapsed}
|
||||||
</MaybeLinkText>
|
</MaybeLinkText>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user