diff --git a/browser/main/Detail/DetailVars.styl b/browser/main/Detail/DetailVars.styl index ad492c54..d11d4509 100644 --- a/browser/main/Detail/DetailVars.styl +++ b/browser/main/Detail/DetailVars.styl @@ -3,7 +3,7 @@ */ // Margin on the left side and the right side for NoteDetail component. -$note-detail-left-margin = 25px -$note-detail-right-margin = 25px +$note-detail-left-margin = 50px +$note-detail-right-margin = 80px $note-detail-box-shadow = 2px 0 15px -8px #b1b1b1 inset diff --git a/browser/main/Detail/InfoButton.js b/browser/main/Detail/InfoButton.js index e4a9dedc..ce9f35de 100644 --- a/browser/main/Detail/InfoButton.js +++ b/browser/main/Detail/InfoButton.js @@ -8,7 +8,7 @@ const InfoButton = ({ ) diff --git a/browser/main/Detail/InfoButton.styl b/browser/main/Detail/InfoButton.styl index 45c378fe..f5ed4c6a 100644 --- a/browser/main/Detail/InfoButton.styl +++ b/browser/main/Detail/InfoButton.styl @@ -1,5 +1,5 @@ .control-infoButton - float right + top 10px topBarButtonLight() .control-infoPanel diff --git a/browser/main/Detail/MarkdownNoteDetail.js b/browser/main/Detail/MarkdownNoteDetail.js index bc407b62..07673975 100644 --- a/browser/main/Detail/MarkdownNoteDetail.js +++ b/browser/main/Detail/MarkdownNoteDetail.js @@ -302,10 +302,6 @@ class MarkdownNoteDetail extends React.Component { const detailTopBar =