enhance(frontend): 投稿されてから時間が経過しているノートであることを視覚的に分かりやすく
This commit is contained in:
parent
18af290b18
commit
21986a2168
4 changed files with 15 additions and 3 deletions
|
@ -94,7 +94,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<footer>
|
||||
<div :class="$style.noteFooterInfo">
|
||||
<MkA :to="notePage(appearNote)">
|
||||
<MkTime :time="appearNote.createdAt" mode="detail"/>
|
||||
<MkTime :time="appearNote.createdAt" mode="detail" colored/>
|
||||
</MkA>
|
||||
</div>
|
||||
<MkReactionsViewer ref="reactionsViewer" :note="appearNote"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue