1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

FinderのInputにLato fontが使われていない問題修正

This commit is contained in:
Rokt33r
2015-12-03 07:25:35 +09:00
parent 15c2363098
commit ca7b9c786a
2 changed files with 2 additions and 1 deletions

View File

@@ -209,7 +209,6 @@ function remap (state) {
let activeArticle = _.findWhere(articles, {key: status.articleKey})
if (activeArticle == null) activeArticle = articles[0]
console.log(status.search)
return {
articles,
activeArticle,

View File

@@ -14,6 +14,8 @@ body
width 100%
height 100%
overflow hidden
button, input
font-family "Lato"
.Finder
absolute top bottom left right