From 3a6e3f5caeedf2536ca62105dfb8bf2bec9aa1bc Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Tue, 21 Nov 2017 17:55:43 +0900 Subject: [PATCH] Fix layout at note item --- browser/components/NoteItem.styl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl index 1d6a82d3..1f816830 100644 --- a/browser/components/NoteItem.styl +++ b/browser/components/NoteItem.styl @@ -100,10 +100,9 @@ $control-height = 30px .item-bottom-tagList flex 1 overflow ellipsis - line-height 20px - padding-top 7px + line-height 25px padding-left 2px - margin-right 27px + margin-right 40px .item-bottom-tagList-item font-size 11px @@ -136,8 +135,8 @@ $control-height = 30px .item-pin position absolute - right -21px - bottom 28px + right 0px + bottom 2px width 34px height 34px color #E54D42