From 37782ae60b250c0af260b3c1e2f0877a8f8f2359 Mon Sep 17 00:00:00 2001 From: Ivan Silvestre <31860787+ivansilvestre@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:29:36 +0100 Subject: [PATCH] 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 --- src/view/shell/desktop/RightNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 1c013a3d..8f6b2d48 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, },