about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-01-23 20:14:09 -0800
committerPaul Frazee <pfrazee@gmail.com>2024-01-23 20:14:09 -0800
commit8a59e5310e19a54fbf4b9d1a4b402fd4f11d18ab (patch)
tree931a98502fd3c2440daa0d655c6570abbf7e2834 /src/view/shell/desktop/LeftNav.tsx
parent5cc20ac70c25c3be68416249ee02bdb1791f46dd (diff)
parent4942d0b7ac6f9d05cb64d4f049166ef6a561c686 (diff)
downloadvoidsky-8a59e5310e19a54fbf4b9d1a4b402fd4f11d18ab.tar.zst
Merge branch 'fix-margin' of https://github.com/quiple/social-app into quiple-fix-margin
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-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 b27898828..8a2901f5c 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 - 20px)',
+    left: 'calc(50vw - 300px - 220px - 10px)',
     width: 220,
     // @ts-ignore web only
     maxHeight: 'calc(100vh - 10px)',