Gift left nav more space
This commit is contained in:
@@ -323,6 +323,7 @@ export function DesktopLeftNav() {
|
|||||||
role="navigation"
|
role="navigation"
|
||||||
style={[
|
style={[
|
||||||
a.px_xl,
|
a.px_xl,
|
||||||
|
a.pr_5xl,
|
||||||
styles.leftNav,
|
styles.leftNav,
|
||||||
isTablet && styles.leftNavTablet,
|
isTablet && styles.leftNavTablet,
|
||||||
pal.view,
|
pal.view,
|
||||||
@@ -493,7 +494,7 @@ const styles = StyleSheet.create({
|
|||||||
translateX: 'var(--scrollbar-offset-negative, 0px)',
|
translateX: 'var(--scrollbar-offset-negative, 0px)',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
width: 220,
|
width: 240,
|
||||||
// @ts-ignore web only
|
// @ts-ignore web only
|
||||||
maxHeight: 'calc(100vh - 10px)',
|
maxHeight: 'calc(100vh - 10px)',
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
|
|||||||
Reference in New Issue
Block a user