Merge pull request #1223 from Fr1ngg/revert-1222-ar94nr-bedolaga/fix-mobile-modal-to-cover-full-screen

Revert "Adjust subscription modal layout on mobile"
This commit is contained in:
Egor
2025-10-11 07:37:44 +03:00
committed by GitHub

View File

@@ -2593,22 +2593,6 @@
gap: 18px;
}
@media (max-width: 600px) {
#subscriptionPurchaseModal {
padding: 0;
align-items: stretch;
justify-content: flex-start;
}
#subscriptionPurchaseModal .modal {
max-width: none;
border-radius: 0;
min-height: 100vh;
height: 100vh;
overflow-y: auto;
}
}
.modal-header {
text-align: center;
}