From f2a2e86db7aa0af40bc0e1931405cda14fda5288 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 10 Jul 2025 11:08:12 +0200 Subject: [PATCH] Move submit button to the right in the install dialog --- dashboard/src/components/AppInstallDialog.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index 3c6132200..219b5cd47 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -268,7 +268,9 @@ defineExpose({ - +
+ +
@@ -381,4 +383,11 @@ defineExpose({ right: 0; } +.bottom-button-bar { + display: flex; + justify-content: right; + margin-top: 20px; + margin-bottom: 0; +} +