update style

This commit is contained in:
casperlamboo 2018-01-17 12:21:36 +01:00
parent 89e67882a0
commit 291e11fecf

View File

@ -50,9 +50,9 @@ const styles = {
settingsBar: { settingsBar: {
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',
maxWidth: '380px', maxWidth: '320px',
boxSizing: 'border-box', boxSizing: 'border-box',
padding: '10px', padding: '10px 20px',
backgroundColor: 'white', backgroundColor: 'white',
borderLeft: `1px solid ${grey300}` borderLeft: `1px solid ${grey300}`
}, },