From b21a82ea6b85bd46d1d34805ec5f0b9984f143de Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 22 Dec 2016 11:51:03 +0900 Subject: [PATCH] modify: add date string for detail --- browser/main/Detail/NoteDetailInfo.styl | 9 +++++++++ browser/main/Detail/SnippetNoteDetail.js | 1 + 2 files changed, 10 insertions(+) diff --git a/browser/main/Detail/NoteDetailInfo.styl b/browser/main/Detail/NoteDetailInfo.styl index fccc1cad..55839515 100644 --- a/browser/main/Detail/NoteDetailInfo.styl +++ b/browser/main/Detail/NoteDetailInfo.styl @@ -45,3 +45,12 @@ $info-height = 60px opacity 1 &:focus border-color $ui-button--focus-borderColor + +.info-right-date + display inline + font-size 11px + color $ui-button-color + +body[data-theme="dark"] + .info-right-date + color $ui-dark-button-color diff --git a/browser/main/Detail/SnippetNoteDetail.js b/browser/main/Detail/SnippetNoteDetail.js index 6c63c08e..d148169c 100644 --- a/browser/main/Detail/SnippetNoteDetail.js +++ b/browser/main/Detail/SnippetNoteDetail.js @@ -533,6 +533,7 @@ class SnippetNoteDetail extends React.Component { />
+

Last updated at {'dummy'}