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

modify: add shadow on notelist and topbar component(light theme)

This commit is contained in:
sota1235
2016-12-30 13:15:07 +09:00
parent d0990be856
commit d19ff3ff17
5 changed files with 23 additions and 2 deletions

View File

@@ -194,8 +194,8 @@ class Main extends React.Component {
'location'
])}
/>
<div styleName={this.state.isRightSliderFocused ? 'slider--active' : 'slider'}
style={{left: this.state.listWidth}}
<div styleName={this.state.isRightSliderFocused ? 'slider-right--active' : 'slider-right'}
style={{left: this.state.listWidth - 1}}
onMouseDown={(e) => this.handleRightSlideMouseDown(e)}
draggable='false'
>