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