diff options
author | luxagraf <sng@luxagraf.net> | 2023-05-07 14:25:07 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-05-07 14:25:07 -0400 |
commit | 08a807a428fba7bc92b5b9ee75893f892abb7c8e (patch) | |
tree | 7eaa4caad6cf36ccffb6e74be201424750caa8b5 /app | |
parent | bd1c1690f2c38c4aed538f9b3e43cdc103f72957 (diff) |
film: template tweak
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/film_detail.html | 3 |
1 files changed, 3 insertions, 0 deletions
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%; +} </style> {%endblock%} {%block bodyid%}id="home" class="friends"{%endblock%} |