summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/admin/system-webhook.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-09-21 19:41:55 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-09-21 19:41:55 +0900
commite9085e455f90e5ad772f25c441c66b6957952aa0 (patch)
tree5203187ca60ec530041e84e56969fba2ced38a54 /packages/frontend/src/pages/admin/system-webhook.vue
parentBump version to 2024.9.0-alpha.1 (diff)
downloadmisskey-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.vue9
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>