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.

Update list styles

+6 -12
+6 -12
src/Css/List/Styles.elm
··· 46 46 , whiteSpace noWrap 47 47 ] 48 48 , Css.Elements.small 49 - [ backgroundColor (cssColorOpac 0.325 colors.base06) 50 - , borderRadius (px 2) 51 - , color (cssColor Color.white) 52 - , display inlineBlock 49 + [ color (cssColor colors.base05) 53 50 , fontSize (Css.rem 0.675) 54 - , lineHeight (int 1) 55 51 , marginRight (gr 3) 56 - , marginTop (basem -3) 57 - , overflow hidden 58 - , padding3 (em 0.3) (em 0) (em 0.25) 59 - , textAlign center 60 - , verticalAlign middle 61 - , width (em 1.6) 52 + 53 + -- 54 + , after 55 + [ property "content" "'.'" ] 62 56 ] 63 57 , svg 64 58 [ height (Css.em 1.225) ··· 86 80 ] 87 81 ] 88 82 , class SubtleListItem 89 - [ color (cssColor colors.base04) 83 + [ color (cssColor colors.base05) 90 84 ] 91 85 ]