1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Merge branch 'dev'

* dev:
  改善 - Finder descriptionのTextoverflow対策, 最初起動の時のFinderの異常振る舞い
This commit is contained in:
Rokt33r
2015-08-22 03:46:51 +09:00
2 changed files with 4 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ var Finder = React.createClass({
document.addEventListener('keydown', this.handleKeyDown)
document.addEventListener('click', this.handleClick)
window.addEventListener('focus', this.handleFinderFocus)
this.handleFinderFocus()
},
componentWillUnmount: function () {
document.removeEventListener('keydown', this.handleKeyDown)

View File

@@ -65,6 +65,9 @@ body
border-bottom solid 1px borderColor
line-height 44px
font-size 1.3em
white-space nowrap
text-overflow ellipsis
overflow-x hidden
.content
.ace_editor, .marked
position absolute