add a blank settings view

- use for loop to render l-sidebar content
- add current track image on l-sidebar
- other minor changes
This commit is contained in:
geoffrey45
2022-02-11 11:53:46 +03:00
parent e7741937a3
commit 15d5e1476a
12 changed files with 128 additions and 88 deletions
+6 -6
View File
@@ -53,9 +53,9 @@ function changeTab(tab) {
display: none;
}
// @include tablet-landscape {
// width: 3rem;
// }
@include tablet-landscape {
width: 3rem;
}
.grid {
height: 100%;
@@ -66,9 +66,9 @@ function changeTab(tab) {
grid-area: content;
width: 31rem;
// @include tablet-landscape {
// display: none;
// }
@include tablet-landscape {
display: none;
}
.r-search {
height: 100%;
@@ -59,7 +59,6 @@ export default {
setup() {
const current = ref(perks.current);
const putCommas = perks.putCommas;
const pos = playAudio.pos;
const {playNext} = playAudio;
const {playPrev} = playAudio;
@@ -76,7 +75,6 @@ export default {
playNext,
playPrev,
playPause,
pos,
seek,
isPlaying,
formatSeconds: perks.formatSeconds,