From f5eea88ca34076e2ab55615dd6b4a9158c9693ac Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 19 Feb 2023 11:15:48 +0200 Subject: [PATCH] remove mx-sm-auto from the youtube embed (it breaks it) --- files/templates/submission_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index d8d7c0a13..d10e922de 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -239,7 +239,7 @@ {% elif p.is_youtube %} -
+
{{p.embed | safe}}
{% endif %}