diff options
author | Tanza3D <hubsterhub@gmail.com> | 2023-09-26 22:12:22 +0100 |
---|---|---|
committer | Tanza3D <hubsterhub@gmail.com> | 2023-09-26 22:12:22 +0100 |
commit | e941da646db1bfd52a636ad263308184563c6ba5 (patch) | |
tree | 109579730b43b37e54358460e8cd89a81165f7c5 /src | |
parent | 95736a51682a951a900d53fa7df10a6a8bb93ae3 (diff) | |
download | voidsky-e941da646db1bfd52a636ad263308184563c6ba5.tar.zst |
Move sidebar by 10px for more even padding
Diffstat (limited to 'src')
-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, }, |