mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
minor refactors
This commit is contained in:
@@ -119,7 +119,6 @@ export default {
|
||||
margin-right: 1rem;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border-radius: 0.5rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user