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