From 65ee2e4d7f2be8036457e3cdca0e26e09eb56e0b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 1 May 2026 15:57:13 +0300 Subject: add readme and so on --- web/css/player.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/css/player.css') diff --git a/web/css/player.css b/web/css/player.css index 29baf30..004e2bd 100644 --- a/web/css/player.css +++ b/web/css/player.css @@ -53,6 +53,15 @@ max-height: 100%; } +/* Cover art for audio playback */ +.player .cover-art { + width: 100%; + height: 100%; + object-fit: contain; + display: block; + background: var(--player-stage-bg); +} + /* Overlay controls */ .player .controls { display: flex; -- cgit v1.2.3