From ca7b9c786a5450ff492c7355c4d0ecf070e468d9 Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Thu, 3 Dec 2015 07:25:35 +0900 Subject: [PATCH] =?UTF-8?q?Finder=E3=81=AEInput=E3=81=ABLato=20font?= =?UTF-8?q?=E3=81=8C=E4=BD=BF=E3=82=8F=E3=82=8C=E3=81=A6=E3=81=84=E3=81=AA?= =?UTF-8?q?=E3=81=84=E5=95=8F=E9=A1=8C=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser/finder/index.js | 1 - browser/styles/finder/index.styl | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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