summaryrefslogtreecommitdiff
path: root/src/client/pages/note.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/note.vue')
-rw-r--r--src/client/pages/note.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/pages/note.vue b/src/client/pages/note.vue
index 6a9167284f..cd31ccc338 100644
--- a/src/client/pages/note.vue
+++ b/src/client/pages/note.vue
@@ -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>