Fix: Some display issues (#2219)
* Update LeftNav.tsx * Update RightNav.tsx
This commit is contained in:
@@ -409,7 +409,7 @@ export function DesktopLeftNav() {
|
|||||||
style={pal.text}
|
style={pal.text}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label="Profile"
|
label={_(msg`Profile`)}
|
||||||
/>
|
/>
|
||||||
<NavItem
|
<NavItem
|
||||||
href="/settings"
|
href="/settings"
|
||||||
@@ -515,7 +515,6 @@ const styles = StyleSheet.create({
|
|||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
width: 140,
|
|
||||||
borderRadius: 24,
|
borderRadius: 24,
|
||||||
paddingTop: 10,
|
paddingTop: 10,
|
||||||
paddingBottom: 12, // visually aligns the text vertically inside the button
|
paddingBottom: 12, // visually aligns the text vertically inside the button
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export function DesktopRightNav() {
|
|||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
<View style={[s.flexRow]}>
|
<View style={[{flexWrap: 'wrap'}, s.flexRow]}>
|
||||||
{hasSession && (
|
{hasSession && (
|
||||||
<>
|
<>
|
||||||
<TextLink
|
<TextLink
|
||||||
|
|||||||
Reference in New Issue
Block a user