summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-11-29 16:37:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-11-29 16:37:33 +0900
commite87b3e29334b596310406591ac3c27d7e0811089 (patch)
tree5e5c10d05e2337f9f59ef60040f66d92d9b61e22 /src/client/components
parentUse BIZ UDGothic (diff)
downloadmisskey-e87b3e29334b596310406591ac3c27d7e0811089.tar.gz
misskey-e87b3e29334b596310406591ac3c27d7e0811089.tar.bz2
misskey-e87b3e29334b596310406591ac3c27d7e0811089.zip
wip
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/note.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue
index 071acf7c90..22d2906d95 100644
--- a/src/client/components/note.vue
+++ b/src/client/components/note.vue
@@ -1,6 +1,6 @@
<template>
<div
- class="note _panel"
+ class="note _panelElevated"
v-if="!muted"
v-show="!isDeleted"
:tabindex="!isDeleted ? '-1' : null"