Move sidebar by 10px for more even padding (#1543)

This commit is contained in:
Tanza 2023-09-28 18:24:46 +01:00 committed by GitHub
parent b030d94a64
commit 83bb5c1710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ const styles = StyleSheet.create({
position: 'absolute', position: 'absolute',
top: 20, top: 20,
// @ts-ignore web only // @ts-ignore web only
left: 'calc(50vw + 310px)', left: 'calc(50vw + 320px)',
width: 304, width: 304,
}, },