[backport cloud/1.34] Improve subscription dialog width for laptop screens (#7329)

Backport of #7324 to `cloud/1.34`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7329-backport-cloud-1-34-Improve-subscription-dialog-width-for-laptop-screens-2c66d73d36508160884be66e159c2ad2)
by [Unito](https://www.unito.io)

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-12-11 09:45:55 +09:00
committed by GitHub
parent 562db3b0d9
commit 0751a13df7

View File

@@ -37,7 +37,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
? {