Skip to content

Commit b21a82e

Browse files
committed
modify: add date string for detail
1 parent cf455a1 commit b21a82e

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

browser/main/Detail/NoteDetailInfo.styl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ $info-height = 60px
4545
opacity 1
4646
&:focus
4747
border-color $ui-button--focus-borderColor
48+
49+
.info-right-date
50+
display inline
51+
font-size 11px
52+
color $ui-button-color
53+
54+
body[data-theme="dark"]
55+
.info-right-date
56+
color $ui-dark-button-color

browser/main/Detail/SnippetNoteDetail.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ class SnippetNoteDetail extends React.Component {
533533
/>
534534
</div>
535535
<div styleName='info-right'>
536+
<p styleName='info-right-date'>Last updated at {'dummy'}</p>
536537
<button styleName='info-right-button'
537538
onClick={(e) => this.handleContextButtonClick(e)}
538539
>

0 commit comments

Comments
 (0)