summaryrefslogtreecommitdiff
path: root/src/client/app/admin
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-08 04:40:47 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-08 04:40:47 +0900
commitea0d114833c9b73ccb08dcdf5f9c6939a1ed5a49 (patch)
treee3e5dbb8cfd54cea5ec78cf2bfdace04b457235c /src/client/app/admin
parent:art: (diff)
downloadsharkey-ea0d114833c9b73ccb08dcdf5f9c6939a1ed5a49.tar.gz
sharkey-ea0d114833c9b73ccb08dcdf5f9c6939a1ed5a49.tar.bz2
sharkey-ea0d114833c9b73ccb08dcdf5f9c6939a1ed5a49.zip
:art:
Diffstat (limited to 'src/client/app/admin')
-rw-r--r--src/client/app/admin/views/moderators.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/app/admin/views/moderators.vue b/src/client/app/admin/views/moderators.vue
index c383b10f34..89a7c75e24 100644
--- a/src/client/app/admin/views/moderators.vue
+++ b/src/client/app/admin/views/moderators.vue
@@ -6,8 +6,10 @@
<ui-input v-model="username" type="text">
<span slot="prefix">@</span>
</ui-input>
- <ui-button @click="add" :disabled="changing">{{ $t('add-moderator.add') }}</ui-button>
- <ui-button @click="remove" :disabled="changing">{{ $t('add-moderator.remove') }}</ui-button>
+ <ui-horizon-group>
+ <ui-button @click="add" :disabled="changing">{{ $t('add-moderator.add') }}</ui-button>
+ <ui-button @click="remove" :disabled="changing">{{ $t('add-moderator.remove') }}</ui-button>
+ </ui-horizon-group>
</section>
</ui-card>
</div>