From 44658773bf864042ba5f9d4937a28b4ce4e9cc56 Mon Sep 17 00:00:00 2001 From: b_b Date: Sun, 10 Nov 2019 08:19:05 +0100 Subject: [PATCH] Generate enclosure div only for audio & video (#567) Generate enclosure div only for audio & video Fix #532 Signed-off-by: brunob --- css/content.css | 3 +-- templates/part.content.php | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/css/content.css b/css/content.css index b90653e49..b121d1556 100644 --- a/css/content.css +++ b/css/content.css @@ -562,8 +562,7 @@ } #app-content .enclosure audio, -#app-content .enclosure video, -#app-content .enclosure img { +#app-content .enclosure video { width: 100%; } diff --git a/templates/part.content.php b/templates/part.content.php index bfaa3133b..b7cf52243 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -130,18 +130,19 @@ -