diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-30 12:17:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-30 12:17:53 +0900 |
| commit | 57444c6c3f28d1690655a159f72e5b473e2e679d (patch) | |
| tree | 1820e65be548be1e057c70d8bc5d912b0bed5d5b /src/client | |
| parent | Improve MisskeyPages (diff) | |
| download | misskey-57444c6c3f28d1690655a159f72e5b473e2e679d.tar.gz misskey-57444c6c3f28d1690655a159f72e5b473e2e679d.tar.bz2 misskey-57444c6c3f28d1690655a159f72e5b473e2e679d.zip | |
Update page-editor.el.post.vue
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/page-editor/els/page-editor.el.post.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/page-editor/els/page-editor.el.post.vue b/src/client/app/common/views/components/page-editor/els/page-editor.el.post.vue index 477d2c8ec5..a01fc57f26 100644 --- a/src/client/app/common/views/components/page-editor/els/page-editor.el.post.vue +++ b/src/client/app/common/views/components/page-editor/els/page-editor.el.post.vue @@ -2,8 +2,8 @@ <x-container @remove="() => $emit('remove')"> <template #header><fa :icon="faPaperPlane"/> {{ $t('blocks.post') }}</template> - <section> - <textarea v-model="value.text"></textarea> + <section style="padding: 0 16px 16px 16px;"> + <ui-textarea v-model="value.text">{{ $t('blocks._post.text') }}</ui-textarea> </section> </x-container> </template> |