diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-29 16:37:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-29 16:37:33 +0900 |
| commit | e87b3e29334b596310406591ac3c27d7e0811089 (patch) | |
| tree | 5e5c10d05e2337f9f59ef60040f66d92d9b61e22 /src/client/components | |
| parent | Use BIZ UDGothic (diff) | |
| download | misskey-e87b3e29334b596310406591ac3c27d7e0811089.tar.gz misskey-e87b3e29334b596310406591ac3c27d7e0811089.tar.bz2 misskey-e87b3e29334b596310406591ac3c27d7e0811089.zip | |
wip
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 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" |