A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: button css tweaks

+21 -1
+1 -1
src/guide.vto
··· 36 36 } 37 37 38 38 i[style] { 39 - @media (max-width: 35rem) { 39 + @media (width < 35rem) { 40 40 display: none; 41 41 } 42 42 }
+20
src/styles/diffuse/page.css
··· 563 563 text-box: trim-both cap alphabetic; 564 564 transition-duration: 250ms; 565 565 transition-property: background-color, border-color, opacity; 566 + white-space: nowrap; 566 567 567 568 & * { 568 569 pointer-events: none; ··· 730 731 } 731 732 732 733 .with-repositioned-icon { 734 + position: relative; 735 + 736 + @media (width < 42rem) { 737 + &:has(.button__supplementary-text) { 738 + display: inline-block; 739 + height: 1cap; 740 + width: 1em; 741 + 742 + i { 743 + height: auto; 744 + height: 0.8cap; 745 + left: 0; 746 + position: absolute; 747 + top: 50%; 748 + transform: translateY(-50%); 749 + } 750 + } 751 + } 752 + 733 753 i { 734 754 display: inline-block; 735 755 height: 0;