From 37eb68304477c2e2469b6d48de1ca340e56669a3 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 9 Nov 2024 02:56:08 +0200 Subject: Updates - Image creation based on show's hash - Some style improvements - Previous list now shows the artist and title information instead of JSON - Script for appending an already existing playlist with a show --- client/css/styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'client/css') diff --git a/client/css/styles.css b/client/css/styles.css index 68c597d..48b2bed 100644 --- a/client/css/styles.css +++ b/client/css/styles.css @@ -21,6 +21,12 @@ body { div { display: flex; flex-direction: column; + gap: 10px; +} + +.div-groups-row { + display: flex; + flex-direction: row; } progress { @@ -86,6 +92,7 @@ summary:hover { table { background-color: lightgreen; + width: 100%; } th, td { @@ -106,3 +113,10 @@ tr { audio { width: auto; } + +.generated { + width: 128px; + height: 128px; + max-width: 128px; + max-height: 128px; +} -- cgit v1.2.3