fix(frontend/MkNoteDetailed): fix css module

This commit is contained in:
tamaina 2023-05-30 16:24:45 +00:00
parent d7efdd7123
commit f8f3304164
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
v-show="!isDeleted"
ref="el"
v-hotkey="keymap"
:class="[$style.root, { [$style.renote]: isRenote }]"
:class="$style.root"
>
<MkNoteSub v-for="note in conversation" :key="note.id" :class="$style.replyToMore" :note="note"/>
<MkNoteSub v-if="appearNote.reply" :note="appearNote.reply" :class="$style.replyTo"/>