Improve subscription purchase spacing

This commit is contained in:
Egor
2025-10-10 21:44:58 +03:00
parent b2bf5024a0
commit d43597ab2a
+9 -1
View File
@@ -86,7 +86,7 @@
max-width: 480px;
margin: 0 auto;
padding: 16px;
padding-bottom: 32px;
padding-bottom: calc(48px + env(safe-area-inset-bottom, 0));
}
/* Animations */
@@ -987,6 +987,10 @@
margin-top: 8px;
}
#subscriptionPurchaseCardWrapper {
margin-bottom: calc(32px + env(safe-area-inset-bottom, 0));
}
.subscription-purchase-card .btn-secondary {
justify-content: center;
}
@@ -1025,6 +1029,10 @@
gap: 14px;
}
#subscriptionPurchaseCardWrapper {
margin-bottom: calc(40px + env(safe-area-inset-bottom, 0));
}
.subscription-purchase-card .btn-primary {
min-height: 52px;
font-size: 16px;