From 0751a13df72406e76d0bef5ab3355c95bf572bb7 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Thu, 11 Dec 2025 09:45:55 +0900 Subject: [PATCH] [backport cloud/1.34] Improve subscription dialog width for laptop screens (#7329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: GitHub Action --- .../cloud/subscription/composables/useSubscriptionDialog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/cloud/subscription/composables/useSubscriptionDialog.ts b/src/platform/cloud/subscription/composables/useSubscriptionDialog.ts index 30dea16dc..57aaea2ac 100644 --- a/src/platform/cloud/subscription/composables/useSubscriptionDialog.ts +++ b/src/platform/cloud/subscription/composables/useSubscriptionDialog.ts @@ -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 ? {