Fix panel order
Deploy HEOS panel / deploy (push) Successful in 25s

This commit is contained in:
2026-09-16 15:58:58 +02:00
parent 4dd7e298a5
commit 3d4922fd19
2 changed files with 27 additions and 28 deletions
+2 -2
View File
@@ -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); }