diff options
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/note.vue | 2 |
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" |