Volume cannot be changed when player isn't playing

This commit is contained in:
Kristy Fournier 2025-03-06 10:45:51 -05:00
parent 48d4577c53
commit 7505bc28d3
3 changed files with 23 additions and 14 deletions

View file

@ -74,7 +74,7 @@ h4 {
/* Songlist stuff */
.songlist {
width: 70%;
width: 80%;
min-width: 300px;
margin:auto auto 150px;
display: flex;
@ -86,7 +86,7 @@ h4 {
width:30%;
max-width: 150px;
margin: 5px auto;
min-width: 100px;
min-width: 75px;
background-color: inherit;
}