1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

resizible list

This commit is contained in:
Rokt33r
2016-05-19 13:58:39 +09:00
parent dc6bd1aae8
commit 89a76d9ead
24 changed files with 370 additions and 1112 deletions

View File

@@ -158,7 +158,7 @@ class RepositorySection extends React.Component {
onContextMenu={(e) => this.handleContextButtonClick(e)}
>
<div styleName='header-name'>
<i styleName='header-name-icon' className='fa fa-archive fa-fw'/>
<i className='fa fa-archive fa-fw'/>
<span styleName='header-name-label'>{repository.name}</span>
</div>