enhance(frontend): 投稿されてから時間が経過しているノートであることを視覚的に分かりやすく

This commit is contained in:
syuilo 2023-10-20 11:51:01 +09:00
parent 18af290b18
commit 21986a2168
4 changed files with 15 additions and 3 deletions

View file

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