localStorage not required anymore + sidebar position + improvements

This commit is contained in:
dragos-efy
2023-01-01 21:37:03 +02:00
parent 07f5aa9c3b
commit cf88a4e7d2
3 changed files with 3 additions and 3 deletions

View File

@@ -462,7 +462,7 @@ export default {
seekBarColors: {
base: "rgba(255, 255, 255, 0.3)",
buffered: "rgba(255, 255, 255, 0.54)",
played: "rgb(255, 0, 0)",
played: "rgb(var(--efy_color1_var))",
},
};