Move sidebar by 10px for more even padding
This commit is contained in:
parent
95736a5168
commit
e941da646d
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ const styles = StyleSheet.create({
|
|||
position: 'absolute',
|
||||
top: 20,
|
||||
// @ts-ignore web only
|
||||
left: 'calc(50vw + 310px)',
|
||||
left: 'calc(50vw + 320px)',
|
||||
width: 304,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue