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> </Text>
</ProfileHoverCard> </ProfileHoverCard>
{!isAndroid && ( {!isAndroid && (
<Text type="md" style={pal.textLight} accessible={false}> <Text
{' '} type="md"
&middot;{' '} style={pal.textLight}
lineHeight={1.2}
accessible={false}>
&middot;
</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,
}, },
+3 -6
View File
@@ -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}>
{' '} &nbsp;&middot;&nbsp;
&middot;{' '}
</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}>
{' '} &nbsp;&middot;&nbsp;
&middot;{' '}
</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}>
{' '} &nbsp;&middot;&nbsp;
&middot;{' '}
</Text> </Text>
<TextLink <TextLink
type="md" type="md"