Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
48353cccae
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<mfm-core v-bind="$attrs" class="havbbuyv" v-once/>
|
||||
<mfm-core v-bind="$attrs" class="havbbuyv" :class="{ plain: $attrs['plain-text'] }" v-once/>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
@ -17,6 +17,9 @@ export default Vue.extend({
|
|||
.havbbuyv
|
||||
white-space pre-wrap
|
||||
|
||||
&.plain
|
||||
white-space pre
|
||||
|
||||
>>> .title
|
||||
display block
|
||||
margin-bottom 4px
|
||||
|
|
Loading…
Reference in a new issue