mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
modify: add date string for detail
This commit is contained in:
@@ -45,3 +45,12 @@ $info-height = 60px
|
|||||||
opacity 1
|
opacity 1
|
||||||
&:focus
|
&:focus
|
||||||
border-color $ui-button--focus-borderColor
|
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
|
||||||
|
|||||||
@@ -533,6 +533,7 @@ class SnippetNoteDetail extends React.Component {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div styleName='info-right'>
|
<div styleName='info-right'>
|
||||||
|
<p styleName='info-right-date'>Last updated at {'dummy'}</p>
|
||||||
<button styleName='info-right-button'
|
<button styleName='info-right-button'
|
||||||
onClick={(e) => this.handleContextButtonClick(e)}
|
onClick={(e) => this.handleContextButtonClick(e)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user