mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
modify: Fix the sort-by-btn layout
This commit is contained in:
@@ -404,7 +404,7 @@ class NoteList extends React.Component {
|
||||
>
|
||||
<div styleName='control'>
|
||||
<div styleName='control-sortBy'>
|
||||
Sort by
|
||||
<i className='fa fa-bolt' />
|
||||
<select styleName='control-sortBy-select'
|
||||
value={config.sortBy}
|
||||
onChange={(e) => this.handleSortByChange(e)}
|
||||
|
||||
Reference in New Issue
Block a user