diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-21 19:41:55 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-21 19:41:55 +0900 |
| commit | e9085e455f90e5ad772f25c441c66b6957952aa0 (patch) | |
| tree | 5203187ca60ec530041e84e56969fba2ced38a54 /packages/frontend/src/pages/admin/system-webhook.vue | |
| parent | Bump version to 2024.9.0-alpha.1 (diff) | |
| download | misskey-e9085e455f90e5ad772f25c441c66b6957952aa0.tar.gz misskey-e9085e455f90e5ad772f25c441c66b6957952aa0.tar.bz2 misskey-e9085e455f90e5ad772f25c441c66b6957952aa0.zip | |
:art:
Diffstat (limited to 'packages/frontend/src/pages/admin/system-webhook.vue')
| -rw-r--r-- | packages/frontend/src/pages/admin/system-webhook.vue | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/frontend/src/pages/admin/system-webhook.vue b/packages/frontend/src/pages/admin/system-webhook.vue index 7a40eec944..c59abda24a 100644 --- a/packages/frontend/src/pages/admin/system-webhook.vue +++ b/packages/frontend/src/pages/admin/system-webhook.vue @@ -11,8 +11,8 @@ SPDX-License-Identifier: AGPL-3.0-only <MkSpacer :contentMax="900"> <div class="_gaps_m"> - <MkButton :class="$style.linkButton" full @click="onCreateWebhookClicked"> - {{ i18n.ts._webhookSettings.createWebhook }} + <MkButton primary @click="onCreateWebhookClicked"> + <i class="ti ti-plus"></i> {{ i18n.ts._webhookSettings.createWebhook }} </MkButton> <FormSection> @@ -89,8 +89,5 @@ definePageMetadata(() => ({ </script> <style module lang="scss"> -.linkButton { - text-align: left; - padding: 10px 18px; -} + </style> |