From db45f6fd7d0c489aa6e461cf66010c755068cb6f Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 31 Oct 2020 18:48:46 -0500 Subject: [PATCH] small filtered tag marker on index page --- viewer/templates/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/viewer/templates/index.html b/viewer/templates/index.html index e07255f..e380830 100644 --- a/viewer/templates/index.html +++ b/viewer/templates/index.html @@ -5,6 +5,12 @@ .panel-icon { margin-right: 1em; } + + .tag:not(body) { + font-size: 0.7rem; + line-height: 1.3; + padding: 0 0.6em; + } {% endblock head %} {% block content %} @@ -17,6 +23,9 @@ {{ served_directory.path }} + {% if served_directory.regex %} + Filtered + {% endif %} {% endfor %}