* Fix #4586 * Revert "Fix #4586" This reverts commit e3e600d3c814c617deade1465a1c0a26161caeda. * note-headerにnarrow
This commit is contained in:
parent
037e9230fc
commit
762945113d
@ -15,7 +15,7 @@
|
|||||||
<article class="article">
|
<article class="article">
|
||||||
<mk-avatar class="avatar" :user="appearNote.user"/>
|
<mk-avatar class="avatar" :user="appearNote.user"/>
|
||||||
<div class="main">
|
<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">
|
<div class="body" v-if="appearNote.deletedAt == null">
|
||||||
<p v-if="appearNote.cw != null" class="cw">
|
<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" />
|
<mfm v-if="appearNote.cw != ''" class="text" :text="appearNote.cw" :author="appearNote.user" :i="$store.state.i" :custom-emojis="appearNote.emojis" />
|
||||||
|
Loading…
Reference in New Issue
Block a user