1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: change layout for config modal

This commit is contained in:
sota1235
2016-12-30 13:35:35 +09:00
parent d19ff3ff17
commit fb4dfbadf3
2 changed files with 23 additions and 7 deletions

View File

@@ -88,9 +88,6 @@ class Preferences extends React.Component {
key={tab.target}
onClick={(e) => this.handleNavButtonClick(tab.target)(e)}
>
<i styleName='nav-button-icon'
className={'fa fa-' + tab.icon}
/>
<span styleName='nav-button-label'>
{tab.label}
</span>
@@ -104,6 +101,9 @@ class Preferences extends React.Component {
tabIndex='-1'
onKeyDown={(e) => this.handleKeyDown(e)}
>
<div styleName='top-bar'>
<p>Your menu for Boostnote</p>
</div>
<div styleName='nav'>
{navButtons}
</div>