revert
This commit is contained in:
@@ -91,9 +91,12 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
|
|||||||
</Text>
|
</Text>
|
||||||
</ProfileHoverCard>
|
</ProfileHoverCard>
|
||||||
{!isAndroid && (
|
{!isAndroid && (
|
||||||
<Text type="md" style={pal.textLight} accessible={false}>
|
<Text
|
||||||
{' '}
|
type="md"
|
||||||
·{' '}
|
style={pal.textLight}
|
||||||
|
lineHeight={1.2}
|
||||||
|
accessible={false}>
|
||||||
|
·
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
<TimeElapsed timestamp={opts.timestamp}>
|
<TimeElapsed timestamp={opts.timestamp}>
|
||||||
@@ -101,6 +104,7 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
|
|||||||
<TextLinkOnWebOnly
|
<TextLinkOnWebOnly
|
||||||
type="md"
|
type="md"
|
||||||
style={pal.textLight}
|
style={pal.textLight}
|
||||||
|
lineHeight={1.2}
|
||||||
text={timeElapsed}
|
text={timeElapsed}
|
||||||
accessibilityLabel={niceDate(opts.timestamp)}
|
accessibilityLabel={niceDate(opts.timestamp)}
|
||||||
title={niceDate(opts.timestamp)}
|
title={niceDate(opts.timestamp)}
|
||||||
@@ -121,6 +125,7 @@ const styles = StyleSheet.create({
|
|||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'flex-end',
|
alignItems: 'flex-end',
|
||||||
paddingBottom: 2,
|
paddingBottom: 2,
|
||||||
|
gap: 4,
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -69,8 +69,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) {
|
|||||||
text={_(msg`Feedback`)}
|
text={_(msg`Feedback`)}
|
||||||
/>
|
/>
|
||||||
<Text type="md" style={pal.textLight}>
|
<Text type="md" style={pal.textLight}>
|
||||||
{' '}
|
·
|
||||||
·{' '}
|
|
||||||
</Text>
|
</Text>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
@@ -81,8 +80,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) {
|
|||||||
text={_(msg`Privacy`)}
|
text={_(msg`Privacy`)}
|
||||||
/>
|
/>
|
||||||
<Text type="md" style={pal.textLight}>
|
<Text type="md" style={pal.textLight}>
|
||||||
{' '}
|
·
|
||||||
·{' '}
|
|
||||||
</Text>
|
</Text>
|
||||||
<TextLink
|
<TextLink
|
||||||
type="md"
|
type="md"
|
||||||
@@ -91,8 +89,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) {
|
|||||||
text={_(msg`Terms`)}
|
text={_(msg`Terms`)}
|
||||||
/>
|
/>
|
||||||
<Text type="md" style={pal.textLight}>
|
<Text type="md" style={pal.textLight}>
|
||||||
{' '}
|
·
|
||||||
·{' '}
|
|
||||||
</Text>
|
</Text>
|
||||||
<TextLink
|
<TextLink
|
||||||
type="md"
|
type="md"
|
||||||
|
|||||||
Reference in New Issue
Block a user