stopped player plays queue on play button click if queue is not empty. seek bar bigger.
This commit is contained in:
+6
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user