From a0b0417eeef0bad390da40912675ce3e3ef3853c Mon Sep 17 00:00:00 2001
From: Dorian
Date: Fri, 15 May 2026 17:48:08 -0500
Subject: [PATCH] Fix signup install step footer layout
---
src/App.vue | 57 ++++++++++++++++++++++++++++++---------------------
src/style.css | 10 +++++++++
2 files changed, 44 insertions(+), 23 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index d53a784..cb2b0ff 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -3642,12 +3642,26 @@ watch(mobileMenuOpen, (open) => {
-
diff --git a/src/style.css b/src/style.css
index e9f6142..227eb0f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1203,6 +1203,16 @@ body.menu-open {
grid-column: 1 / -1;
}
+.modal-footer.install-step-footer {
+ grid-template-columns: repeat(2, minmax(0, 1fr));
+}
+
+.modal-footer.install-step-footer .primary-action {
+ grid-column: auto;
+ min-height: 3.85rem;
+ white-space: nowrap;
+}
+
.skip-app-action {
grid-column: 1 / -1;
justify-self: center;