From 7ab4a2609a4db8babb968f79cc2832ec0a02ce09 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 6 Jun 2018 21:29:22 +0200 Subject: Support for media: tags (#1920) * Support for media: tags https://github.com/FreshRSS/FreshRSS/issues/944 E.g. YouTube * Fix for medium attribute * Changelog 944 https://github.com/FreshRSS/FreshRSS/issues/944 https://github.com/FreshRSS/FreshRSS/pull/1920 * enclosure styling * Compatibility old enclosure content --- p/themes/base-theme/template.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'p/themes/base-theme/template.css') diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 72487ca17..9b8ad902b 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -832,11 +832,15 @@ input:checked + .slide-container .properties { display: none; } -.enclosure > [download] { +.enclosure [download] { font-size: xx-large; margin-left: .8em; } +pre.enclosure-description { + white-space: pre-line; +} + /*=== MOBILE */ /*===========*/ @media(max-width: 840px) { -- cgit v1.2.3