From 08a807a428fba7bc92b5b9ee75893f892abb7c8e Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 7 May 2023 14:25:07 -0400 Subject: film: template tweak --- app/posts/templates/posts/film_detail.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/posts/templates/posts/film_detail.html b/app/posts/templates/posts/film_detail.html index 1c25299..06e3b8a 100644 --- a/app/posts/templates/posts/film_detail.html +++ b/app/posts/templates/posts/film_detail.html @@ -14,6 +14,9 @@ aspect-ratio: 16 / 9; width: 100%; } +p:has(+ iframe){ + max-width: 100%; +} {%endblock%} {%block bodyid%}id="home" class="friends"{%endblock%} -- cgit v1.2.3-70-g09d2