summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorb_b <bruno@eliaz.fr>2019-11-10 08:19:05 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2019-11-10 08:19:05 +0100
commit44658773bf864042ba5f9d4937a28b4ce4e9cc56 (patch)
tree6b4c49de0e3d7f3471d4f362ed3fd48ecf990181 /css
parent71cfef02bc8751185ce01fc2803f62e519655cac (diff)
Generate enclosure div only for audio & video (#567)
Generate enclosure div only for audio & video Fix #532 Signed-off-by: brunob <bruno@eliaz.fr>
Diffstat (limited to 'css')
-rw-r--r--css/content.css3
1 files changed, 1 insertions, 2 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%;
}