minor refactors

This commit is contained in:
geoffrey45
2021-12-29 18:42:38 +03:00
parent 585a403a6c
commit 6dbf8efb90
7 changed files with 83 additions and 109 deletions
+1 -6
View File
@@ -84,11 +84,6 @@ export default {
}
.f-container .f-item:hover {
transition: all 0.2s ease;
background: #000000;
background: no-repeat 8%/100% url(../../assets/icons/folder.svg),
-webkit-linear-gradient(to bottom, #434343, #000000);
background: no-repeat 8%/10% url(../../assets/icons/folder.svg),
linear-gradient(to bottom, #434343, #000000);
background-color: $blue;
}
</style>
-1
View File
@@ -86,7 +86,6 @@ export default {
const putCommas = perks.putCommas;
const updateQueue = async (song) => {
console.log(song.artists.length);
if (perks.queue.value[0]._id.$oid !== song_list.value[0]._id.$oid) {
const queue = song_list.value;
localStorage.setItem("queue", JSON.stringify(queue));