From 20e5c5b3f830d7d181294e7d41040d903d3d13a8 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 23 Jan 2024 20:15:59 -0800 Subject: [PATCH] Move the leftnav back out 10px --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 8a2901f5..b2789882 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -446,7 +446,7 @@ const styles = StyleSheet.create({ position: 'fixed', top: 10, // @ts-ignore web only - left: 'calc(50vw - 300px - 220px - 10px)', + left: 'calc(50vw - 300px - 220px - 20px)', width: 220, // @ts-ignore web only maxHeight: 'calc(100vh - 10px)',