mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 23:09:39 +00:00
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:
@@ -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
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user