diff --git a/src/components/embed-modal.css b/src/components/embed-modal.css index 44f79ee8..2af4fab2 100644 --- a/src/components/embed-modal.css +++ b/src/components/embed-modal.css @@ -23,7 +23,7 @@ pointer-events: auto; max-width: 100%; max-height: 100%; - width: max(var(--width), 480px); + width: max(var(--width), var(--main-width)); height: auto; aspect-ratio: var(--aspect-ratio); }