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.

chore: more blur styles

+3 -2
+2 -1
src/facets/themes/blur/browser/element.css
··· 472 472 align-items: center; 473 473 color: color-mix(in oklch, currentColor 20%, transparent); 474 474 display: flex; 475 - font-size: 2rem; 475 + font-size: 225%; 476 476 height: 100%; 477 477 justify-content: center; 478 478 transition: opacity 80ms; ··· 580 580 581 581 .album-detail-tracks { 582 582 flex: 1; 583 + margin-bottom: var(--space-xs); 583 584 min-width: 0; 584 585 overflow-y: auto; 585 586 user-select: none;
+1 -1
src/facets/themes/blur/facet/index.css
··· 389 389 a { 390 390 align-items: center; 391 391 background-color: transparent; 392 - border: 2px dotted oklch(from var(--shortcut-color) l c h / 0.3); 392 + border: 2px dotted oklch(from var(--shortcut-color) l c h / 0.15); 393 393 border-radius: var(--radius-md); 394 394 color: oklch(from var(--shortcut-color) l c h / 0.7); 395 395 cursor: pointer;