aboutsummaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-11-09 02:56:08 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-11-09 02:56:08 +0200
commit37eb68304477c2e2469b6d48de1ca340e56669a3 (patch)
tree7f141e8ee45ecaf94d343ec69f399e21bd91c38f /client/css
parent042e22c487b6c9360b4234f0b7b3186971a58c8b (diff)
downloadarching-kaos-radio-37eb68304477c2e2469b6d48de1ca340e56669a3.tar.gz
arching-kaos-radio-37eb68304477c2e2469b6d48de1ca340e56669a3.tar.bz2
arching-kaos-radio-37eb68304477c2e2469b6d48de1ca340e56669a3.zip
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
Diffstat (limited to 'client/css')
-rw-r--r--client/css/styles.css14
1 files changed, 14 insertions, 0 deletions
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;
+}