about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-01-23 20:15:59 -0800
committerPaul Frazee <pfrazee@gmail.com>2024-01-23 20:15:59 -0800
commit20e5c5b3f830d7d181294e7d41040d903d3d13a8 (patch)
tree927d19aa344517f22bd970b4a153249b9c9f8977 /src
parent8a59e5310e19a54fbf4b9d1a4b402fd4f11d18ab (diff)
downloadvoidsky-20e5c5b3f830d7d181294e7d41040d903d3d13a8.tar.zst
Move the leftnav back out 10px
Diffstat (limited to 'src')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index 8a2901f5c..b27898828 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)',