Move the leftnav back out 10px
parent
8a59e5310e
commit
20e5c5b3f8
|
@ -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)',
|
||||||
|
|
Loading…
Reference in New Issue