Skip to content

Commit

Permalink
Fix QR editor sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Sep 27, 2024
1 parent 4c159df commit ba6f7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/scripts/extensions/quick-reply/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions public/scripts/extensions/quick-reply/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@

.popup:has(#qr--modalEditor) {
aspect-ratio: unset;
width: unset;

&:has(.qr--isExecuting.qr--minimized) {
min-width: unset;
Expand Down

0 comments on commit ba6f7b7

Please sign in to comment.