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.

Improve responsiveness of new sync page

+5 -1
+5 -1
src/Applications/UI/Kit.elm
··· 270 270 , "flex-grow" 271 271 , "items-center" 272 272 , "justify-center" 273 + , "max-w-full" 273 274 , "relative" 274 275 , "z-10" 275 276 ] ··· 338 339 ] 339 340 text 340 341 , chunk 341 - [ "mt-4" ] 342 + [ "max-w-full" 343 + , "mt-4" 344 + ] 342 345 nodes 343 346 ] 344 347 |> chunk ··· 347 350 , "items-center" 348 351 , "max-h-full" 349 352 , "overflow-y-auto" 353 + , "px-4" 350 354 , "py-8" 351 355 , "w-full" 352 356 ]