Now playlists are loaded with the correct track (if an index is provided)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user