1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: add date string for detail

This commit is contained in:
sota1235
2016-12-22 11:51:03 +09:00
parent cf455a13d5
commit b21a82ea6b
2 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -533,6 +533,7 @@ class SnippetNoteDetail extends React.Component {
/>
</div>
<div styleName='info-right'>
<p styleName='info-right-date'>Last updated at {'dummy'}</p>
<button styleName='info-right-button'
onClick={(e) => this.handleContextButtonClick(e)}
>