1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

fix style a little

This commit is contained in:
Rokt33r
2016-01-02 05:24:42 +09:00
parent 00360c77d2
commit c36a46cad6
3 changed files with 6 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ export default class ArticleTopBar extends React.Component {
{status.isTutorialOpen ? searchTutorialElement : null}
<div className={'ArticleTopBar-left-control'}>
<button onClick={e => this.handleNewPostButtonClick(e)}>
<button className='ArticleTopBar-left-control-new-post-button' onClick={e => this.handleNewPostButtonClick(e)}>
<i className='fa fa-plus'/>
<span className='tooltip'>New Post ({OSX ? '⌘' : '^'} + n)</span>
</button>