diff options
author | Tanza <hubsterhub@gmail.com> | 2023-09-28 18:24:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 10:24:46 -0700 |
commit | 83bb5c17102cd3c32a8538d32e9f01309b8c38fb (patch) | |
tree | 4e0aec5b3ea7a11a49b5b3be4fe00118549e2156 /src/view/shell/desktop/RightNav.tsx | |
parent | b030d94a64e46ae9ac8bf0f4c2ad502b99d4adc1 (diff) | |
download | voidsky-83bb5c17102cd3c32a8538d32e9f01309b8c38fb.tar.zst |
Move sidebar by 10px for more even padding (#1543)
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 12ca256d2..d7dd0e6ad 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -123,7 +123,7 @@ const styles = StyleSheet.create({ position: 'absolute', top: 20, // @ts-ignore web only - left: 'calc(50vw + 310px)', + left: 'calc(50vw + 320px)', width: 304, }, |