1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-04 04:29:19 +00:00

update status bar style

This commit is contained in:
Yutaka Ishii
2017-11-23 21:47:58 +09:00
parent 4bb28a358e
commit 402d577ce0
4 changed files with 12 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ class FolderSelect extends React.Component {
super(props)
this.state = {
status: 'SEARCH',
status: 'IDLE',
search: '',
optionIndex: -1
}

View File

@@ -58,6 +58,7 @@
position absolute
top 30px
max-height 450px
min-width 150px
overflow auto
z-index 200
border $ui-border