This commit is contained in:
ThatOneCalculator 2023-03-19 20:19:40 -07:00
parent 4ce8e83d3e
commit 14201f465b
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -48,11 +48,11 @@
</header>
<div class="main">
<div class="body">
< v-if="appearNote.cw != null" class="cw">
<div v-if="appearNote.cw != null" class="cw">
<Mfm v-if="appearNote.cw != ''" class="text" :text="appearNote.cw" :author="appearNote.user" :i="$i" :custom-emojis="appearNote.emojis"/>
<br/>
<XCwButton v-model="showContent" :note="appearNote"/>
</p>
</div>
<div v-show="appearNote.cw == null || showContent" class="content">
<div class="text">
<Mfm v-if="appearNote.text" :text="appearNote.text" :author="appearNote.user" :i="$i" :custom-emojis="appearNote.emojis"/>