diff options
Diffstat (limited to 'src/client/pages/note.vue')
| -rw-r--r-- | src/client/pages/note.vue | 4 |
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> |