Fix QR editor sizing

This commit is contained in:
Cohee 2024-09-28 01:00:07 +03:00
parent 4c159dfb50
commit ba6f7b7a98
2 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,7 @@
}
.popup:has(#qr--modalEditor) {
aspect-ratio: unset;
width: unset;
}
.popup:has(#qr--modalEditor):has(.qr--isExecuting.qr--minimized) {
min-width: unset;

View File

@ -415,6 +415,7 @@
.popup:has(#qr--modalEditor) {
aspect-ratio: unset;
width: unset;
&:has(.qr--isExecuting.qr--minimized) {
min-width: unset;