diff --git a/browser/finder/index.js b/browser/finder/index.js index 33413062..e64dec5a 100644 --- a/browser/finder/index.js +++ b/browser/finder/index.js @@ -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, diff --git a/browser/styles/finder/index.styl b/browser/styles/finder/index.styl index d91383c5..be83adfa 100644 --- a/browser/styles/finder/index.styl +++ b/browser/styles/finder/index.styl @@ -14,6 +14,8 @@ body width 100% height 100% overflow hidden +button, input + font-family "Lato" .Finder absolute top bottom left right