about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorIvan Silvestre <31860787+ivansilvestre@users.noreply.github.com>2023-06-13 19:29:36 +0100
committerGitHub <noreply@github.com>2023-06-13 11:29:36 -0700
commit37782ae60b250c0af260b3c1e2f0877a8f8f2359 (patch)
treea66b4e0d97729fd79ba5c9c445f92890d9307921 /src
parentc20f8937cb256a8e11c8b1bc890a746a50698e11 (diff)
downloadvoidsky-37782ae60b250c0af260b3c1e2f0877a8f8f2359.tar.zst
Desktop: prevent unnecessary X scroll between 1230px and 1260px (#828)
* Desktop: prevent unnecessary X scroll between 1230px and 1260px

* imports structure without changes

* re add dot to text
Diffstat (limited to 'src')
-rw-r--r--src/view/shell/desktop/RightNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx
index 1c013a3db..8f6b2d486 100644
--- a/src/view/shell/desktop/RightNav.tsx
+++ b/src/view/shell/desktop/RightNav.tsx
@@ -98,7 +98,7 @@ const styles = StyleSheet.create({
   rightNav: {
     position: 'absolute',
     top: 20,
-    left: 'calc(50vw + 330px)',
+    left: 'calc(50vw + 310px)',
     width: 304,
   },