From 505dfeec0a8fb8da5dc9b5fdeac438f2e54afae0 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 2 Nov 2023 17:48:59 +0100 Subject: [PATCH] queue: make the tooltip content a bit more compact it's quite hard to read on mobile otherwise --- app/templates/queue.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/queue.html b/app/templates/queue.html index 2a0f24b..c41be85 100644 --- a/app/templates/queue.html +++ b/app/templates/queue.html @@ -96,10 +96,10 @@
{% for s in status %}
{{ s.type }}: {{ s.status }}
-
+
{% if s.details %} {{ s.details }} - {% endif %}
+ {% endif %} {% endfor %}