From 3d4922fd191ee3952e526dc46ddd9465e9a06500 Mon Sep 17 00:00:00 2001 From: franzz Date: Wed, 16 Sep 2026 15:58:58 +0200 Subject: [PATCH] Fix panel order --- static/panel.css | 4 ++-- templates/index.html | 51 ++++++++++++++++++++++---------------------- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/static/panel.css b/static/panel.css index f4df1a8..399ef44 100644 --- a/static/panel.css +++ b/static/panel.css @@ -87,7 +87,7 @@ svg { width: 22px; height: 22px; fill: currentColor; } with the song title right above it. */ .card.room.playing { background: linear-gradient(135deg, - color-mix(in srgb, var(--live) 18%, var(--card)) 0%, + color-mix(in srgb, var(--live) 25%, var(--card)) 0%, var(--card) 70%); } @@ -269,7 +269,7 @@ svg { width: 22px; height: 22px; fill: currentColor; } to out-specificity the plain "background: none" above to show at all. */ .joined .card.room.playing { background: linear-gradient(135deg, - color-mix(in srgb, var(--live) 18%, transparent) 0%, + color-mix(in srgb, var(--live) 25%, transparent) 0%, transparent 70%); } .joined .card-head h2 { font-size: 15px; font-weight: 550; color: var(--muted); } diff --git a/templates/index.html b/templates/index.html index 1229f52..76f3b1e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,6 @@ - {% macro spotify_row(target, accounts) -%} {% if accounts %} @@ -42,31 +41,6 @@ -
-
-

{{ host.label }}

- offline -
- - - - - -
- {% for room in rooms %}
@@ -122,6 +96,31 @@
{% endfor %} +
+
+

{{ host.label }}

+ offline +
+ + + + + +
+