From c4eb28d241d4dd2dc78e4839544ee8fc91ca9e01 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 29 Dec 2016 17:16:06 +0900 Subject: [PATCH] modify: change style for NoteItemSimple component --- browser/main/NoteList/NoteItemSimple.styl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/browser/main/NoteList/NoteItemSimple.styl b/browser/main/NoteList/NoteItemSimple.styl index fbc36aee..f6bae95e 100644 --- a/browser/main/NoteList/NoteItemSimple.styl +++ b/browser/main/NoteList/NoteItemSimple.styl @@ -7,7 +7,7 @@ $control-height = 30px .item-simple position relative - padding 20px 25px + padding 0 25px user-select none cursor pointer background-color $ui-noteList-backgroundColor @@ -30,10 +30,10 @@ $control-height = 30px height 40px box-sizing border-box line-height 24px - padding-top 5px - padding-bottom 20px + padding-top 8px overflow ellipsis color $ui-text-color + border-bottom $ui-border .item-simple-title-empty font-weight normal @@ -63,6 +63,7 @@ body[data-theme="dark"] .item-simple-title color $ui-dark-text-color + border-color $ui-dark-borderColor .item-simple-title-empty color $ui-dark-inactive-text-color