Fix formatting of playing vs. delete status of queue items
This commit is contained in:
parent
fbc57fd90e
commit
24ed2afae6
@ -40,21 +40,30 @@
|
||||
|
||||
.queue-song-info {
|
||||
h3 {
|
||||
margin: 0; /* Remove default margin for heading */
|
||||
margin: 0; /* Remove default margin for heading */
|
||||
color: #333; /* Adjust text color for song */
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0; /* Remove default margin for paragraph */
|
||||
color: #888; /* Adjust text color for artist */
|
||||
margin: 0; /* Remove default margin for paragraph */
|
||||
color: #888; /* Adjust text color for artist */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
margin-left: auto;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
margin-left: auto;
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user