🎨
This commit is contained in:
parent
6d7e4fe2a1
commit
f0691c8a4f
3 changed files with 6 additions and 5 deletions
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
<div class="_section">
|
||||
<div class="_content">
|
||||
<MkRemoteCaution v-if="note.user.host != null" :href="note.url || note.uri" style="margin-bottom: var(--margin)"/>
|
||||
<XNote v-model:note="note" :key="note.id" :detail="true"/>
|
||||
<MkRemoteCaution v-if="note.user.host != null" :href="note.url || note.uri" class="_vMargin"/>
|
||||
<XNote v-model:note="note" :key="note.id" :detail="true" class="_vMargin"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue