summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkAbuseReportWindow.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-01-06 09:41:14 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-01-06 09:41:14 +0900
commit372a17d7f0fd4e95086b5e9685d4c21a3550422b (patch)
treee6c4dca5d37651f6479df74f624bd6ee252b75f4 /packages/frontend/src/components/MkAbuseReportWindow.vue
parentfix(backend): Set correct access control of admin/drive/files (#9472) (diff)
downloadmisskey-372a17d7f0fd4e95086b5e9685d4c21a3550422b.tar.gz
misskey-372a17d7f0fd4e95086b5e9685d4c21a3550422b.tar.bz2
misskey-372a17d7f0fd4e95086b5e9685d4c21a3550422b.zip
refactor
Diffstat (limited to 'packages/frontend/src/components/MkAbuseReportWindow.vue')
-rw-r--r--packages/frontend/src/components/MkAbuseReportWindow.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/components/MkAbuseReportWindow.vue b/packages/frontend/src/components/MkAbuseReportWindow.vue
index ab90ed357a..e20cf1b735 100644
--- a/packages/frontend/src/components/MkAbuseReportWindow.vue
+++ b/packages/frontend/src/components/MkAbuseReportWindow.vue
@@ -8,14 +8,14 @@
</template>
</I18n>
</template>
- <div class="dpvffvvy _monolithic_">
- <div class="_section">
+ <div class="dpvffvvy _autoGap">
+ <div class="">
<MkTextarea v-model="comment">
<template #label>{{ i18n.ts.details }}</template>
<template #caption>{{ i18n.ts.fillAbuseReportDescription }}</template>
</MkTextarea>
</div>
- <div class="_section">
+ <div class="">
<MkButton primary full :disabled="comment.length === 0" @click="send">{{ i18n.ts.send }}</MkButton>
</div>
</div>