From: Max Value Date: Thu, 12 Dec 2024 17:23:27 +0000 (+0000) Subject: Small fixes X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=c131604f6fe0654f72c71d856553e79e5736d30f;p=critters-api Small fixes - Made now playing wrap propperly - Added demo page information --- diff --git a/static/player.html b/static/player.html index 9cee960..e6dd885 100644 --- a/static/player.html +++ b/static/player.html @@ -31,9 +31,10 @@ audio { #playerInfo { display: inline-block; vertical-align: top; - width: calc(((100vw - 100vh) * 0.5) - 1px); + width: calc(((100vw - 100vh) * 0.5) - 9px); height: 100vh; overflow: scroll; + padding: 4px; background-color: var(--secondary); } @@ -48,7 +49,6 @@ audio { } #playerPlaying { width: calc(100% - 16px); - height: 20px; margin: 4px; padding: 4px; color: var(--primary); diff --git a/templates/home.html b/templates/home.html index d7d51b1..b98a98d 100644 --- a/templates/home.html +++ b/templates/home.html @@ -5,9 +5,43 @@ -

Tree Critters Radio

-

Player:

- +

Tree Critters Radio demo page

+

Player widget:

+
+

Player widget with track information:

+
+

Notes:

+

+ Plently to do on the delivery front! +

+ +

+ Add. on the content front +

+

Control pannel