From d45033ae8ead5b3e62f00addd3b23da5d7e90284 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Thu, 6 Apr 2017 22:59:09 +0900 Subject: [PATCH] Change the font-size at NoteList --- browser/components/NoteItem.styl | 8 ++++---- browser/components/NoteItemSimple.styl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl index edeb6963..93899a60 100644 --- a/browser/components/NoteItem.styl +++ b/browser/components/NoteItem.styl @@ -50,7 +50,7 @@ $control-height = 30px background-color $ui-active-color .item-title - font-size 14px + font-size 12px height 40px box-sizing border-box line-height 24px @@ -63,7 +63,7 @@ $control-height = 30px position absolute top 20px right 25px - font-size 14px + font-size 12px color $ui-inactive-text-color .item-title-empty @@ -105,7 +105,7 @@ $control-height = 30px .item-bottom-time color $ui-inactive-text-color - font-size 12px + font-size 10px .item-star position absolute @@ -114,7 +114,7 @@ $control-height = 30px width 34px height 34px color $ui-favorite-star-button-color - font-size 14px + font-size 12px padding 0 border-radius 17px diff --git a/browser/components/NoteItemSimple.styl b/browser/components/NoteItemSimple.styl index 3c7e8899..be546f70 100644 --- a/browser/components/NoteItemSimple.styl +++ b/browser/components/NoteItemSimple.styl @@ -36,7 +36,7 @@ $control-height = 30px background-color $ui-active-color .item-simple-title - font-size 14px + font-size 12px height 40px box-sizing border-box line-height 24px