diff --git a/browser/main/Detail/DetailVars.styl b/browser/main/Detail/DetailVars.styl index d11d4509..42185160 100644 --- a/browser/main/Detail/DetailVars.styl +++ b/browser/main/Detail/DetailVars.styl @@ -4,6 +4,6 @@ // Margin on the left side and the right side for NoteDetail component. $note-detail-left-margin = 50px -$note-detail-right-margin = 80px +$note-detail-right-margin = 70px $note-detail-box-shadow = 2px 0 15px -8px #b1b1b1 inset diff --git a/browser/main/Detail/NoteDetailInfo.styl b/browser/main/Detail/NoteDetailInfo.styl index 6ff65a94..8d03d4c7 100644 --- a/browser/main/Detail/NoteDetailInfo.styl +++ b/browser/main/Detail/NoteDetailInfo.styl @@ -51,7 +51,7 @@ $info-margin-under-border = 15px .info-right position absolute - right -35px + right -20px top 0 background $ui-noteDetail-backgroundColor bottom 1px diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index 25d431cf..fd57434b 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -1,7 +1,7 @@ .root display inline-block user-select none - line-height 45px + line-height 50px height 50px vertical-align middle width 100%