CWが適用されない箇所を修正
This commit is contained in:
parent
44099c551c
commit
700f8c9bb4
11 changed files with 355 additions and 122 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="mk-renote-form">
|
||||
<mk-note-preview :note="note"/>
|
||||
<mk-note-preview class="preview" :note="note"/>
|
||||
<template v-if="!quote">
|
||||
<footer>
|
||||
<a class="quote" v-if="!quote" @click="onQuote">%i18n:@quote%</a>
|
||||
|
|
@ -61,7 +61,7 @@ export default Vue.extend({
|
|||
|
||||
root(isDark)
|
||||
|
||||
> .mk-note-preview
|
||||
> .preview
|
||||
margin 16px 22px
|
||||
|
||||
> footer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue