1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

change layout

This commit is contained in:
Dick Choi
2016-07-19 13:29:05 +09:00
parent af7476f79a
commit f36f2029e5
7 changed files with 85 additions and 139 deletions

View File

@@ -94,18 +94,18 @@ class Main extends React.Component {
'location'
])}
/>
<TopBar
{..._.pick(this.props, [
'dispatch',
'storages',
'config',
'params',
'location'
])}
/>
<div styleName={config.isSideNavFolded ? 'body--expanded' : 'body'}
ref='body'
>
<TopBar style={{width: this.state.listWidth}}
{..._.pick(this.props, [
'dispatch',
'storages',
'config',
'params',
'location'
])}
/>
<NoteList style={{width: this.state.listWidth}}
{..._.pick(this.props, [
'dispatch',