Polish install step button layout
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user