add button to change lyrics layout

This commit is contained in:
vapormusic 2022-01-04 13:43:05 +07:00
parent 952e632e49
commit 54f197e1e3
3 changed files with 64 additions and 3 deletions

View file

@ -132,6 +132,7 @@ const app = new Vue({
resultsSocial: {},
limit: 10
},
fullscreenLyrics: false,
playerLCD: {
playbackDuration: 0,
desiredDuration: 0,
@ -321,6 +322,7 @@ const app = new Vue({
});
},
modularUITest(val = false) {
this.fullscreenLyrics = val;
if (val) {
document.querySelector("#app-main").classList.add("modular-fs")
} else {