From 5ce9cec5810c83d3227e656bb9856c2cb126ddd1 Mon Sep 17 00:00:00 2001 From: marwin Date: Thu, 19 Mar 2026 21:57:41 +0100 Subject: [PATCH] Show enc-key-prompt by default, hide only when key exists via JS Co-Authored-By: Claude Sonnet 4.6 --- static/css/app.css | 4 ++++ templates/radio/player.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/app.css b/static/css/app.css index 699420a..960d515 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -1360,6 +1360,10 @@ body.dnd-mode .timer-display { cursor: pointer; } +.enc-key-prompt { + padding: 24px 0 16px; +} + .book-key-bar { display: flex; align-items: center; diff --git a/templates/radio/player.html b/templates/radio/player.html index c7184e1..9ecc6cb 100644 --- a/templates/radio/player.html +++ b/templates/radio/player.html @@ -278,7 +278,7 @@