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

@ -1 +1 @@
Subproject commit 51f030d755a9115f06341ecd78fbbf75ec600059
Subproject commit a7f0be4131da45988710ead75480e494393644f9

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))",
},
};

View File

@ -1,4 +1,4 @@
/*Global*/ @font-face {font-family: 'nunito'; src: url('../efy/nunito.woff2') format('truetype')} @font-face {font-family: 'nunito'; src: url('../efy/nunito_bold.woff2') format('truetype'); font-weight: bold}
/*Global*/ @font-face {font-family: 'nunito'; src: url('../efy/nunito.woff2') format('truetype'); font-display: swap} @font-face {font-family: 'nunito'; src: url('../efy/nunito_bold.woff2') format('truetype'); font-weight: bold; font-display: swap}
:root {
--efy_color1_var: 239, 68, 68;
--efy_color2_var: 220, 38, 38;