Introduce tabs to right sidebar

- new icons
- rename upnext.vue to queue.vue
- other tiny changes
This commit is contained in:
geoffrey45
2022-01-31 09:38:14 +03:00
parent 3eef90dc8a
commit bdfbb59d76
19 changed files with 363 additions and 255 deletions
+4
View File
@@ -51,6 +51,10 @@ const playThis = (song) => {
</script>
<style lang="scss">
.currentInQueue {
border: solid 2px $pink;
}
.track-item {
display: flex;
align-items: center;