Fix formatting of playing vs. delete status of queue items

This commit is contained in:
Connor Wittman 2024-02-16 17:37:22 -05:00
parent fbc57fd90e
commit 24ed2afae6

View File

@ -41,6 +41,7 @@
.queue-song-info {
h3 {
margin: 0; /* Remove default margin for heading */
color: #333; /* Adjust text color for song */
}
p {
@ -56,6 +57,14 @@
cursor: pointer;
margin-left: auto;
}
p {
color: #333;
font-weight: bold;
margin-left: auto;
background: none;
border: none;
}
}
}
}