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.

fix: divider height

+7 -1
+7 -1
src/styles/diffuse/page.css
··· 419 419 420 420 .divider { 421 421 background-color: var(--border-color); 422 - height: stretch; 422 + height: 2.5em; 423 423 width: 1px; 424 424 } 425 425 ··· 535 535 gap: var(--space-xs); 536 536 margin-top: var(--space-md); 537 537 padding-bottom: var(--space-md); 538 + 539 + .button:not(:has(.with-icon)) { 540 + overflow: hidden; 541 + text-overflow: ellipsis; 542 + white-space: nowrap; 543 + } 538 544 } 539 545 540 546 /**