diff --git a/packages/frontend/src/components/MkSystemWebhookEditor.vue b/packages/frontend/src/components/MkSystemWebhookEditor.vue index 0beb0a8163..f6ce2ccc9f 100644 --- a/packages/frontend/src/components/MkSystemWebhookEditor.vue +++ b/packages/frontend/src/components/MkSystemWebhookEditor.vue @@ -18,47 +18,49 @@ SPDX-License-Identifier: AGPL-3.0-only - - -
- - - - - - - - - - - -
- - - - - - - - - -
-
+
+ + +
+ + + + + + + + + + + - - - +
+ + + + + + + + + +
+
-
- - - {{ i18n.ts.ok }} - - {{ i18n.ts.cancel }} + + +
+ +
+ + + {{ i18n.ts.ok }} + + {{ i18n.ts.cancel }}
- +
@@ -223,9 +225,12 @@ onMounted(async () => { } .footer { - display: flex; - justify-content: center; - align-items: flex-end; - margin-top: 20px; + position: sticky; + bottom: 0; + left: 0; + padding: 12px; + border-top: solid 0.5px var(--divider); + -webkit-backdrop-filter: var(--blur, blur(15px)); + backdrop-filter: var(--blur, blur(15px)); }