diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-23 20:15:59 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-23 20:15:59 -0800 |
commit | 20e5c5b3f830d7d181294e7d41040d903d3d13a8 (patch) | |
tree | 927d19aa344517f22bd970b4a153249b9c9f8977 /src | |
parent | 8a59e5310e19a54fbf4b9d1a4b402fd4f11d18ab (diff) | |
download | voidsky-20e5c5b3f830d7d181294e7d41040d903d3d13a8.tar.zst |
Move the leftnav back out 10px
Diffstat (limited to 'src')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 8a2901f5c..b27898828 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 - 10px)', + left: 'calc(50vw - 300px - 220px - 20px)', width: 220, // @ts-ignore web only maxHeight: 'calc(100vh - 10px)', |