From f8f6d213a3f7b05ff11ea11114102d80c1856e59 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 3 Dec 2024 14:01:05 -0600 Subject: [PATCH] Gift left nav more space --- src/view/shell/desktop/LeftNav.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 5c2ac3876f..2cb94e69fd 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -323,6 +323,7 @@ export function DesktopLeftNav() { role="navigation" style={[ a.px_xl, + a.pr_5xl, styles.leftNav, isTablet && styles.leftNavTablet, pal.view, @@ -493,7 +494,7 @@ const styles = StyleSheet.create({ translateX: 'var(--scrollbar-offset-negative, 0px)', }, ], - width: 220, + width: 240, // @ts-ignore web only maxHeight: 'calc(100vh - 10px)', overflowY: 'auto',