Skip to content
Snippets Groups Projects
Commit 76294511 authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

Fix #4586 (#4621)

* Fix #4586

* Revert "Fix #4586"

This reverts commit e3e600d3c814c617deade1465a1c0a26161caeda.

* note-headerにnarrow
parent 037e9230
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment