Fix QR editor sizing
| @@ -350,6 +350,7 @@ | |||
| 350 | } | 350 | } |
| 351 | .popup:has(#qr--modalEditor) { | 351 | .popup:has(#qr--modalEditor) { |
| 352 | aspect-ratio: unset; | 352 | aspect-ratio: unset; |
| 353 | width: unset; | ||
| 353 | } | 354 | } |
| 354 | .popup:has(#qr--modalEditor):has(.qr--isExecuting.qr--minimized) { | 355 | .popup:has(#qr--modalEditor):has(.qr--isExecuting.qr--minimized) { |
| 355 | min-width: unset; | 356 | min-width: unset; |
| @@ -415,6 +415,7 @@ | |||
| 415 | 415 | ||
| 416 | .popup:has(#qr--modalEditor) { | 416 | .popup:has(#qr--modalEditor) { |
| 417 | aspect-ratio: unset; | 417 | aspect-ratio: unset; |
| 418 | width: unset; | ||
| 418 | 419 | ||
| 419 | &:has(.qr--isExecuting.qr--minimized) { | 420 | &:has(.qr--isExecuting.qr--minimized) { |
| 420 | min-width: unset; | 421 | min-width: unset; |