diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-01-23 10:31:09 +0900 |
---|---|---|
committer | Minseo Lee <itoupluk427@gmail.com> | 2024-01-23 10:31:09 +0900 |
commit | c6f800f4d9bf7d9b0e50349f4a74c7c5f03e8702 (patch) | |
tree | dcb29dc47f522602f672745e4eec14754684e482 /src | |
parent | 57ac782a2c6e68cc94a2427269199071d8fbdc7b (diff) | |
download | voidsky-c6f800f4d9bf7d9b0e50349f4a74c7c5f03e8702.tar.zst |
Adjust LeftNav
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 b27898828..8a2901f5c 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 - 20px)', + left: 'calc(50vw - 300px - 220px - 10px)', width: 220, // @ts-ignore web only maxHeight: 'calc(100vh - 10px)', |