From 71e721eda003ccefc5ef4a98ba6df145cb492084 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 21 Oct 2024 18:42:34 +0800 Subject: [PATCH] Use main-width --- src/components/embed-modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }