Now playlists are loaded with the correct track (if an index is provided)

This commit is contained in:
2022-07-01 03:57:38 +02:00
parent 1759bfe2fb
commit 89241e8729
3 changed files with 81 additions and 24 deletions

View File

@@ -78,7 +78,7 @@ html {
flex-wrap: wrap;
gap: 2em 1em;
/* flex-direction: column; */
/* align-content: space-between; */
align-content: space-between unsafe;
justify-content: space-between;
padding: 1em;
}
@@ -95,7 +95,7 @@ iframe {
/* flex-grow: 1; */
transform: rotate(270deg);
width: 5em;
height: 2em;
height: 3em;
}
#playerA .volume-slider {
@@ -114,6 +114,7 @@ iframe {
.speed-control {
width: 20%;
/* margin: auto; */
display: flex;
flex-direction: column;
}