summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-12-09 15:06:31 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-12-09 15:06:31 +0100
commit3134670d3bd2d61cf7733f7d95c00892e15deb68 (patch)
tree49d66a6d0f880de6aeee44723ddfc1d168ae3e96 /css
parent9ff893cf56cd49c07d4246a98307281fad860325 (diff)
Show favicons in expanded mode's subtitle section if a folder is viewed
Diffstat (limited to 'css')
-rw-r--r--css/content.css6
1 files changed, 6 insertions, 0 deletions
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
*/