mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
refactor(client): use css modules
This commit is contained in:
@ -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"/>
|
||||
|
Reference in New Issue
Block a user