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;