Fix styling for queue with remove button

This commit is contained in:
Connor Wittman 2024-02-06 17:38:33 -05:00 committed by Ethan Girouard
parent 04898fe7f0
commit db2dc3c85a
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -22,6 +22,11 @@
padding: 0;
margin: 0;
.queue-item {
display: flex;
align-items: center;
padding: 10px;
.queue-song {
display: flex;
align-items: center;
@ -44,6 +49,14 @@
}
}
}
button {
background: none;
border: none;
cursor: pointer;
margin-left: auto;
}
}
}
}