aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-06-06 21:29:22 +0200
committerGravatar GitHub <noreply@github.com> 2018-06-06 21:29:22 +0200
commit7ab4a2609a4db8babb968f79cc2832ec0a02ce09 (patch)
treeb31dc9fff8eb0a5b537d1d1a9a369a384716b6dd /p/themes/base-theme/template.css
parentafad1d11af812538fe01d274ac3b9311e033e5a6 (diff)
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
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css6
1 files changed, 5 insertions, 1 deletions
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) {