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

Configure Feed

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

Fix Firefox CSS issue

+10 -1
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.3.1 4 + 5 + - Fixes Firefox CSS issue 6 + 3 7 ## 2.3.0 4 8 5 9 - Adds ability to download a playlist as a zip file
-1
src/Applications/UI/Kit.elm
··· 113 113 [ C.antialiased 114 114 , C.border_2 115 115 , C.cursor_pointer 116 - , C.font_body 117 116 , C.font_bold 118 117 , C.inline_block 119 118 , C.leading_relaxed
+6
src/Css/Application.css
··· 35 35 } 36 36 37 37 38 + button { 39 + color: inherit; 40 + font-family: inherit; 41 + } 42 + 43 + 38 44 *:active { 39 45 outline: none; 40 46 }