summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-24 03:46:20 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-24 03:46:20 +0900
commit2270fbf3ee53dcc909f9b87f7d88348c08afdfc2 (patch)
tree19d2369f07fabf2706d9dadfdb2873ee41aead2c /src/client
parentUpdate dependency :rocket: (diff)
downloadsharkey-2270fbf3ee53dcc909f9b87f7d88348c08afdfc2.tar.gz
sharkey-2270fbf3ee53dcc909f9b87f7d88348c08afdfc2.tar.bz2
sharkey-2270fbf3ee53dcc909f9b87f7d88348c08afdfc2.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/pages/page/page.text.vue8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/app/common/views/pages/page/page.text.vue b/src/client/app/common/views/pages/page/page.text.vue
index eadc6f0aed..ca2565c8d4 100644
--- a/src/client/app/common/views/pages/page/page.text.vue
+++ b/src/client/app/common/views/pages/page/page.text.vue
@@ -1,5 +1,5 @@
<template>
-<div class="">
+<div class="mrdgzndn">
<mfm :text="text" :is-note="false" :i="$store.state.i" :key="text"/>
</div>
</template>
@@ -32,4 +32,10 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
+.mrdgzndn
+ &:not(:first-child)
+ margin-top 0.5em
+
+ &:not(:last-child)
+ margin-bottom 0.5em
</style>