mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
* Fix #4586 * Revert "Fix #4586" This reverts commit e3e600d3c814c617deade1465a1c0a26161caeda. * note-headerにnarrow
This commit is contained in:
parent
173a045f10
commit
73b658781a
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user