From 44658773bf864042ba5f9d4937a28b4ce4e9cc56 Mon Sep 17 00:00:00 2001 From: b_b Date: Sun, 10 Nov 2019 08:19:05 +0100 Subject: 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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'css') 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%; } -- cgit v1.2.3