refactor(client): use css modules

This commit is contained in:
syuilo 2023-01-10 08:48:37 +09:00
parent 72dfbfcf35
commit f3c0af7e23
3 changed files with 7 additions and 8 deletions

View file

@ -4,7 +4,7 @@
v-show="!isDeleted"
ref="el"
v-hotkey="keymap"
:class="[$style.root, { [$style.isRenote]: isRenote }]"
:class="$style.root"
:tabindex="!isDeleted ? '-1' : null"
>
<MkNoteSub v-if="appearNote.reply" :note="appearNote.reply" :class="$style.replyTo"/>