Move the leftnav back out 10px

zio/stable
Paul Frazee 2024-01-23 20:15:59 -08:00
parent 8a59e5310e
commit 20e5c5b3f8
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ const styles = StyleSheet.create({
position: 'fixed', position: 'fixed',
top: 10, top: 10,
// @ts-ignore web only // @ts-ignore web only
left: 'calc(50vw - 300px - 220px - 10px)', left: 'calc(50vw - 300px - 220px - 20px)',
width: 220, width: 220,
// @ts-ignore web only // @ts-ignore web only
maxHeight: 'calc(100vh - 10px)', maxHeight: 'calc(100vh - 10px)',