From 3134670d3bd2d61cf7733f7d95c00892e15deb68 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 9 Dec 2016 15:06:31 +0100 Subject: Show favicons in expanded mode's subtitle section if a folder is viewed --- CHANGELOG.md | 5 +++++ css/content.css | 6 ++++++ templates/part.content.php | 1 + 3 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84dfe137b..1c5ec8502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## Unreleased + +### Added +- Show favicons in expanded mode's subtitle section if a folder is viewed + ## 10.0.0 ### Removed diff --git a/css/content.css b/css/content.css index 76c468718..efe322982 100644 --- a/css/content.css +++ b/css/content.css @@ -478,6 +478,12 @@ display: none; } +#app-content .source img { + height: 20px; + display: inline-block; + margin: 0 0 -5px 5px; +} + /** * Actual content */ diff --git a/templates/part.content.php b/templates/part.content.php index 0c0222190..2797ee58e 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -121,6 +121,7 @@ t('from')) ?> {{ ::Content.getFeed(item.feedId).title }} + favicon -- cgit v1.2.3