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:
@@ -8,7 +8,7 @@ class FolderSelect extends React.Component {
|
||||
super(props)
|
||||
|
||||
this.state = {
|
||||
status: 'SEARCH',
|
||||
status: 'IDLE',
|
||||
search: '',
|
||||
optionIndex: -1
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
position absolute
|
||||
top 30px
|
||||
max-height 450px
|
||||
min-width 150px
|
||||
overflow auto
|
||||
z-index 200
|
||||
border $ui-border
|
||||
|
||||
Reference in New Issue
Block a user