Improve subscription dialog width for laptop screens (#7324)

## Summary
- Increase Stripe subscription dialog width for better experience on
laptop screens

When too narrow, it forces pricing options grid to go into single column
layout which looks bad and should only happen when absolutely necessary
(e.g,. mobile viewport).

---------

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Christian Byrne
2025-12-10 16:16:46 -08:00
committed by GitHub
parent e83cf0f5f6
commit 62f9e91724

View File

@@ -35,7 +35,7 @@ export const useSubscriptionDialog = () => {
},
dialogComponentProps: {
style: showStripeDialog.value
? 'width: min(1100px, 90vw); max-height: 90vh;'
? 'width: min(1200px, 95vw); max-height: 90vh;'
: 'width: 700px;',
pt: showStripeDialog.value
? {