This commit is contained in:
syuilo 2019-05-24 03:46:20 +09:00
parent deb6485cc2
commit 2270fbf3ee
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -1,5 +1,5 @@
<template> <template>
<div class=""> <div class="mrdgzndn">
<mfm :text="text" :is-note="false" :i="$store.state.i" :key="text"/> <mfm :text="text" :is-note="false" :i="$store.state.i" :key="text"/>
</div> </div>
</template> </template>
@ -32,4 +32,10 @@ export default Vue.extend({
</script> </script>
<style lang="stylus" scoped> <style lang="stylus" scoped>
.mrdgzndn
&:not(:first-child)
margin-top 0.5em
&:not(:last-child)
margin-bottom 0.5em
</style> </style>