summaryrefslogtreecommitdiff
path: root/src/client/components/note.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-12-05 12:57:15 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-12-05 12:57:15 +0900
commitfbbc7d005d8addee596fabe6306bad60baf49cd2 (patch)
treec9ebaf8f037a8ffece1aaebd62bbcb0a25bfaddd /src/client/components/note.vue
parentUse vuedraggable instead of vue-draggable-next (diff)
downloadsharkey-fbbc7d005d8addee596fabe6306bad60baf49cd2.tar.gz
sharkey-fbbc7d005d8addee596fabe6306bad60baf49cd2.tar.bz2
sharkey-fbbc7d005d8addee596fabe6306bad60baf49cd2.zip
:art:
Diffstat (limited to 'src/client/components/note.vue')
-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 22d2906d95..071acf7c90 100644
--- a/src/client/components/note.vue
+++ b/src/client/components/note.vue
@@ -1,6 +1,6 @@
<template>
<div
- class="note _panelElevated"
+ class="note _panel"
v-if="!muted"
v-show="!isDeleted"
:tabindex="!isDeleted ? '-1' : null"