big update with fixes and playlist/queuing capabilities #20

Merged
rudism merged 11 commits from typescript-queue into main 2023-04-09 19:30:52 -05:00
1 changed files with 8 additions and 5 deletions
Showing only changes of commit d7148137d6 - Show all commits

View File

@ -356,8 +356,16 @@ footer > div:last-child > div {
width: 33%;
}
#controls {
display: flex;
justify-content: center;
min-width: 24ex;
gap: 0.25ex;
}
#controls > * {
vertical-align: middle;
display: block;
}
.play svg {
@ -370,11 +378,6 @@ footer > div:last-child > div {
width: 5ex;
}
#controls {
min-width: 24ex;
text-align: center;
}
#nowPlaying {
display: flex;
flex-wrap: nowrap;