From 6d1945293eb0f62f6b7feaf9adf61a7e497605f0 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 9 Nov 2024 10:23:30 +0200 Subject: Style fixes --- client/css/styles.css | 11 ++++ client/index.html | 143 +++++++++++++++++++++++++------------------------- 2 files changed, 82 insertions(+), 72 deletions(-) diff --git a/client/css/styles.css b/client/css/styles.css index 5dce3f4..ea7b323 100644 --- a/client/css/styles.css +++ b/client/css/styles.css @@ -27,6 +27,10 @@ body { div { display: flex; flex-direction: column; + gap: 0px; +} + +.main { gap: 10px; } @@ -102,6 +106,7 @@ summary:hover { flex-wrap: wrap; justify-content: space-evenly; align-items: flex-start; + gap: 10px; } .previously-played { @@ -172,3 +177,9 @@ audio { max-width: 128px; max-height: 128px; } + +.more-details { + flex-direction: row; + flex-wrap: wrap; + align-items: flex-start; +} diff --git a/client/index.html b/client/index.html index 9c9d90b..4bf6e4f 100644 --- a/client/index.html +++ b/client/index.html @@ -47,31 +47,6 @@
-
- Details -
-

Download progress:

- -
-
-

Live progress:

- -
-
-
-

Listening at:

-

-
-
-

Show playback:

-
-

-

/

-

-
-
-
-
@@ -79,7 +54,77 @@
-

More details

+
+ Progress details +
+

Download progress:

+ +
+
+

Live progress:

+ +
+
+
+

Listening at:

+

+
+
+

Show playback:

+
+

+

/

+

+
+
+
+
+
+ Sync info +
+ + + + + + + + + + + + + + + + + +
Time of visit (ms)
Time elapsed since visited (s)
List started on (ms)
List duration (s)
+

Calculations

+ + + + + + + + + + + + + + + + + + + + + +
Times Fully Played
Times Played
Dt = TP - TFP
Delta time
Initial "tune in" time (s)
+
+
Info to get you started

Notice

@@ -144,52 +189,6 @@
-
- Sync info -
- - - - - - - - - - - - - - - - - -
Time of visit (ms)
Time elapsed since visited (s)
List started on (ms)
List duration (s)
-

Calculations

- - - - - - - - - - - - - - - - - - - - - -
Times Fully Played
Times Played
Dt = TP - TFP
Delta time
Initial "tune in" time (s)
-
-
Data segments

Hash of list

-- cgit v1.2.3