This commit is contained in:
Minseo Lee
2024-08-09 09:27:45 +09:00
parent a203d3c193
commit ede8dfc0d0
2 changed files with 11 additions and 9 deletions
+8 -3
View File
@@ -91,9 +91,12 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
</Text>
</ProfileHoverCard>
{!isAndroid && (
<Text type="md" style={pal.textLight} accessible={false}>
{' '}
&middot;{' '}
<Text
type="md"
style={pal.textLight}
lineHeight={1.2}
accessible={false}>
&middot;
</Text>
)}
<TimeElapsed timestamp={opts.timestamp}>
@@ -101,6 +104,7 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
<TextLinkOnWebOnly
type="md"
style={pal.textLight}
lineHeight={1.2}
text={timeElapsed}
accessibilityLabel={niceDate(opts.timestamp)}
title={niceDate(opts.timestamp)}
@@ -121,6 +125,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'flex-end',
paddingBottom: 2,
gap: 4,
zIndex: 1,
flex: 1,
},
+3 -6
View File
@@ -69,8 +69,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) {
text={_(msg`Feedback`)}
/>
<Text type="md" style={pal.textLight}>
{' '}
&middot;{' '}
&nbsp;&middot;&nbsp;
</Text>
</>
)}
@@ -81,8 +80,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) {
text={_(msg`Privacy`)}
/>
<Text type="md" style={pal.textLight}>
{' '}
&middot;{' '}
&nbsp;&middot;&nbsp;
</Text>
<TextLink
type="md"
@@ -91,8 +89,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) {
text={_(msg`Terms`)}
/>
<Text type="md" style={pal.textLight}>
{' '}
&middot;{' '}
&nbsp;&middot;&nbsp;
</Text>
<TextLink
type="md"