1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-23 06:31:51 +00:00

Fix: Design changed

This commit is contained in:
Rokt33r
2015-07-30 12:50:12 +09:00
parent 920704075e
commit 45b99d13cd
5 changed files with 25 additions and 27 deletions

View File

@@ -36,7 +36,6 @@ var PlanetHeader = React.createClass({
<i className='fa fa-search'/>
<input onChange={this.props.onSearchChange} value={this.props.search} ref='search' tabIndex='1' type='text' className='inline-input circleInput' placeholder='Search...'/>
</div>
<a className='downloadButtton btn-primary'>Download Mac app</a>
</div>
</div>
)

View File

@@ -74,7 +74,7 @@ module.exports = React.createClass({
return (
<div tabIndex='2' className='UserNavigator'>
<button onClick={this.openPersonalSettingModal} className='userButton'>
<ProfileImage size='50' email={this.props.currentUser.email}/>
<ProfileImage size='55' email={this.props.currentUser.email}/>
</button>
<ul className='planetList'>
{planets}