chore(frontend): CSSのwarning解消、i18n (MisskeyIO#640)

This commit is contained in:
まっちゃとーにゅ
2024-05-24 21:39:17 +09:00
committed by GitHub
parent 3aa09e7ce4
commit 0b207e0006
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.moderator }}:
<MkAcct :user="report.assignee"/>
</div>
<div v-if="report.category">カテゴリ: {{ i18n.ts[`_abuseReportCategory.${report.category}`] }}</div>
<div v-if="report.category">{{ i18n.ts.category }}: {{ i18n.ts[`_abuseReportCategory.${report.category}`] }}</div>
<div><MkTime :time="report.createdAt"/></div>
<div class="action">
<MkSwitch v-model="forward" :disabled="report.targetUser.host == null || report.resolved">
+1 -1
View File
@@ -247,7 +247,7 @@ definePageMetadata(() => ({
background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
> .iconCredit {
.iconCredit {
margin: 0 auto;
width: max-content;
position: relative;