From 45111e161064e493536b22d788fbd2f2f2196be9 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Sun, 19 Mar 2017 01:20:04 -0700 Subject: [PATCH] Change the styleName info-right-button to control-trashButton because it's not good name * fix the position of lock button --- browser/main/Detail/MarkdownNoteDetail.js | 2 +- browser/main/Detail/MarkdownNoteDetail.styl | 24 +++++++++++++++++++++ browser/main/Detail/NoteDetailInfo.styl | 24 --------------------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/browser/main/Detail/MarkdownNoteDetail.js b/browser/main/Detail/MarkdownNoteDetail.js index b475d71e..d4aa6242 100644 --- a/browser/main/Detail/MarkdownNoteDetail.js +++ b/browser/main/Detail/MarkdownNoteDetail.js @@ -290,7 +290,7 @@ class MarkdownNoteDetail extends React.Component { this.state.isLockButtonShown ? lockButtonComponent : '' ) })()} -