From 762945113dafbb971626bc30dc14c34d8bccf703 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Mon, 1 Apr 2019 11:04:11 +0900 Subject: [PATCH] Fix #4586 (#4621) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix #4586 * Revert "Fix #4586" This reverts commit e3e600d3c814c617deade1465a1c0a26161caeda. * note-headerにnarrow --- src/client/app/desktop/views/components/note.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/desktop/views/components/note.vue b/src/client/app/desktop/views/components/note.vue index 7e00087b9..9b36716e8 100644 --- a/src/client/app/desktop/views/components/note.vue +++ b/src/client/app/desktop/views/components/note.vue @@ -15,7 +15,7 @@ <article class="article"> <mk-avatar class="avatar" :user="appearNote.user"/> <div class="main"> - <mk-note-header class="header" :note="appearNote"/> + <mk-note-header class="header" :note="appearNote" :mini="narrow"/> <div class="body" v-if="appearNote.deletedAt == null"> <p v-if="appearNote.cw != null" class="cw"> <mfm v-if="appearNote.cw != ''" class="text" :text="appearNote.cw" :author="appearNote.user" :i="$store.state.i" :custom-emojis="appearNote.emojis" />