add a new playlist view header

This commit is contained in:
geoffrey45
2022-01-19 02:10:56 +03:00
parent a3d1b3aaea
commit 06f1e53fa1
14 changed files with 247 additions and 364 deletions
+13 -13
View File
@@ -63,7 +63,7 @@ export default {
collapsed.value = !collapsed.value;
}
let up_next = ref(false);
let up_next = ref(true);
let search = ref(false);
const expandQueue = () => {
@@ -98,6 +98,18 @@ export default {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
#toggle {
position: absolute;
left: 0.2rem;
width: 4rem;
height: 100%;
background: url(./assets/icons/menu.svg);
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
}
.logo {
height: 2rem;
@@ -112,18 +124,6 @@ export default {
animation-iteration-count: 1;
}
.l-container #toggle {
position: absolute;
left: 0.2rem;
width: 4rem;
height: 100%;
background: url(./assets/icons/menu.svg);
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.r-sidebar {
&::-webkit-scrollbar {
display: none;