wip: デザイン修正

This commit is contained in:
GrapeApple0 2024-06-20 14:54:43 +00:00
parent 40fbe8411e
commit 49b5f25a14
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<i v-else-if="note.visibility === 'specified'" ref="specified" class="ti ti-mail"></i>
</span>
<span v-if="note.localOnly" style="margin-left: 0.5em;" :title="i18n.ts._visibility['disableFederation']"><i class="ti ti-rocket-off"></i></span>
<span v-if="note.updatedAt" style="margin-left: 0.5em;" :title="note.updatedAt"><i class="ti ti-pencil"></i></span>
<span v-if="note.updatedAt" style="margin-left: 0.5em;" :title="i18n.ts.edited"><i class="ti ti-pencil"></i></span>
<span v-if="note.channel" style="margin-left: 0.5em;" :title="note.channel.name"><i class="ti ti-device-tv"></i></span>
</div>
</div>

View File

@ -109,7 +109,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkTime :time="appearNote.createdAt" mode="detail" colored/>
</MkA>
<br/>
<MkA v-if="appearNote.updatedAt" :to="notePage(appearNote)" style="margin-left: 0.5em;">
<MkA v-if="appearNote.updatedAt" :to="notePage(appearNote)">
{{ i18n.ts.edited }}: <MkTime :time="appearNote.updatedAt" mode="detail" colored/>
</MkA>
</div>