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 border-radius issues

+1 -1
+1 -1
src/Applications/UI/Kit.elm
··· 393 393 [ T.absolute 394 394 , T.absolute__fill 395 395 , T.bg_white 396 - , T.br2 397 396 , T.flex 398 397 , T.flex_column 399 398 , T.z_999 ··· 654 653 vesselStyles = 655 654 [ Css.boxShadow5 (Css.px 0) (Css.px 2) (Css.px 4) (Css.px 0) (Css.rgba 0 0 0 0.2) 656 655 , Css.maxWidth (px insulationWidth) 656 + , Css.property "-webkit-mask-image" "-webkit-radial-gradient(white, black)" 657 657 ] 658 658 659 659