diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-19 15:05:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-19 15:05:29 +0900 |
| commit | f0691c8a4f77bc58e84a9e25eda81b63ef33910d (patch) | |
| tree | f98e3062ea28c93c49025cfdd898edee8437748b /src/client/pages/note.vue | |
| parent | fb07116a4 のコミット忘れ (diff) | |
| download | misskey-f0691c8a4f77bc58e84a9e25eda81b63ef33910d.tar.gz misskey-f0691c8a4f77bc58e84a9e25eda81b63ef33910d.tar.bz2 misskey-f0691c8a4f77bc58e84a9e25eda81b63ef33910d.zip | |
:art:
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> |