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.

Minor version tag UI improvements

+8 -1
+8 -1
src/Applications/UI/Settings.elm
··· 150 150 -- Version 151 151 ----------------------------------------- 152 152 , let 153 - tag = 153 + tag children = 154 154 chunk 155 155 [ "bg-base06" 156 156 , "inline-block" 157 157 , "leading-none" 158 + , "mb-1" 158 159 , "ml-1" 159 160 , "mr-3" 160 161 , "p-1" ··· 165 166 ------------ 166 167 , "dark:bg-base01" 167 168 , "dark:text-base05" 169 + ] 170 + [ chunk 171 + [ "inline-block" 172 + , "pt-px" 173 + ] 174 + children 168 175 ] 169 176 in 170 177 chunk