Polish install step button layout

This commit is contained in:
Dorian
2026-05-15 17:50:08 -05:00
parent a0b0417eee
commit f888340593
2 changed files with 7 additions and 3 deletions

View File

@@ -3657,7 +3657,7 @@ watch(mobileMenuOpen, (open) => {
{{ pwaInstallPrimaryLabel }}
</button>
<button v-if="installPlatform !== 'ios' && !isPwaStandalone" class="skip-app-action" type="button" @click="continueWithoutInstall">
Skip app
Skip
</button>
</template>

View File

@@ -1207,9 +1207,13 @@ body.menu-open {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.modal-footer.install-step-footer .primary-action {
.modal-footer.install-step-footer .primary-action,
.modal-footer.install-step-footer .secondary-action {
display: inline-flex;
grid-column: auto;
min-height: 3.85rem;
min-height: 3.75rem;
align-items: center;
justify-content: center;
white-space: nowrap;
}