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: use a dynamic width and height for webamp facets (instead of full size)

+10 -1
+10 -1
src/themes/webamp/facet.css
··· 1 1 @import "../../styles/variables.css"; 2 2 3 3 body { 4 + background: #3a6ea5; 4 5 margin: 0; 5 6 } 6 7 8 + #container { 9 + align-items: center; 10 + display: flex; 11 + height: 100dvh; 12 + justify-content: center; 13 + } 14 + 7 15 .title-bar { 8 16 app-region: drag; 9 17 } ··· 12 20 box-sizing: border-box; 13 21 display: flex; 14 22 flex-direction: column; 15 - height: 100dvh; 23 + height: 64dvh; 24 + width: min(960px, 86dvw); 16 25 } 17 26 18 27 .window-body {