stopped player plays queue on play button click if queue is not empty. seek bar bigger.

This commit is contained in:
2026-02-15 18:19:10 -05:00
parent 67cea5cfb0
commit 86204e1b7a
3 changed files with 39 additions and 3 deletions
+6 -2
View File
@@ -53,7 +53,7 @@ body div.sidebar {
padding: 0.25em;
background-color: #343a40;
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-columns: auto 1fr auto;
align-items: center;
#now-playing-info {
@@ -87,8 +87,12 @@ body div.sidebar {
}
}
now-playing {
max-width: 250px;
overflow: hidden;
}
audio-player {
justify-self: center;
margin: 0.5em 1em;
}