From d1a303caa5b145c6ba88b6b6ae51378f24d73ca6 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 6 Nov 2022 13:23:35 +0100 Subject: [PATCH] thumbnail view: Show colored marker when video already started --- server/templates/macros.htm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 865afc0..ae90552 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -220,6 +220,9 @@ bottom: 0; right: 0; } + .thumbnail_view > .length.started { + --box-color: rgba(20, 117, 0, 0.6); + } .thumbnail_title { padding: .1rem; white-space: normal; @@ -409,7 +412,10 @@ {{ element.release_date | time_since }} - + {{- element.length | timedelta -}}