minor refactors

This commit is contained in:
geoffrey45
2022-03-02 10:20:47 +03:00
parent 9d9eed72ef
commit 8333a9c4a6
5 changed files with 3 additions and 7 deletions
-1
View File
@@ -119,7 +119,6 @@ export default {
margin-right: 1rem;
display: grid;
place-items: center;
border-radius: 0.5rem;
cursor: pointer;
}
+1 -2
View File
@@ -51,7 +51,7 @@ const playThis = (song) => {
<style lang="scss">
.currentInQueue {
border: solid 2px $pink;
background-color: $gray3;
}
.track-item {
@@ -82,7 +82,6 @@ const playThis = (song) => {
width: 3rem;
height: 3rem;
margin: 0 0.5rem 0 0;
border-radius: 0.5rem;
background-image: url(../../assets/images/null.webp);
}
.artist {