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.

Hide nav button labels on small screens

+5 -1
+5 -1
src/Applications/UI/Navigation.elm
··· 246 246 slab 247 247 Html.span 248 248 [] 249 - [ "inline-block" 249 + [ "hidden" 250 250 , "leading-tight" 251 251 , "ml-1" 252 252 , "transform" 253 253 , "translate-y-px" 254 254 , "truncate" 255 + 256 + -- Responsive 257 + ------------- 258 + , "sm:inline-block" 255 259 ] 256 260 [ text labelText ] 257 261 ]