A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: some css paths with the recent file moves

+5 -5
+2 -2
src/facets/themes/blur/font-faces.css
··· 3 3 font-family: "Source Sans 3"; 4 4 font-style: normal; 5 5 font-weight: 100 900; 6 - src: url("../../fonts/SourceSans3VF-Upright.otf.woff2") format("woff2"); 6 + src: url("../../../fonts/SourceSans3VF-Upright.otf.woff2") format("woff2"); 7 7 } 8 8 9 9 @font-face { ··· 11 11 font-family: "Source Sans 3"; 12 12 font-style: italic; 13 13 font-weight: 100 900; 14 - src: url("../../fonts/SourceSans3VF-Italic.otf.woff2") format("woff2"); 14 + src: url("../../../fonts/SourceSans3VF-Italic.otf.woff2") format("woff2"); 15 15 }
+2 -2
src/facets/themes/winamp/fonts.css
··· 1 1 @font-face { 2 2 font-family: "Pixelated MS Sans Serif"; 3 - src: url("../../fonts/98.css/ms_sans_serif.woff2") format("woff2"); 3 + src: url("../../../fonts/98.css/ms_sans_serif.woff2") format("woff2"); 4 4 font-weight: normal; 5 5 font-style: normal; 6 6 } 7 7 8 8 @font-face { 9 9 font-family: "Pixelated MS Sans Serif"; 10 - src: url("../../fonts/98.css/ms_sans_serif_bold.woff2") format("woff2"); 10 + src: url("../../../fonts/98.css/ms_sans_serif_bold.woff2") format("woff2"); 11 11 font-weight: 700; 12 12 font-style: normal; 13 13 }
+1 -1
src/facets/themes/winamp/index.css
··· 1 - @import "../../styles/variables.css"; 1 + @import "../../../styles/variables.css"; 2 2 3 3 /*********************************** 4 4 * 🪟