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.

feat: improve load-uri dialog a little bit

+6 -3
+1 -1
src/common/pages/from-uri.js
··· 24 24 render( 25 25 html` 26 26 <form id="add-from-uri-form"> 27 - <p> 27 + <p style="font-size: var(--fs-sm)"> 28 28 <strong>Load a facet from a URI.</strong> Currently supported URI schemes: 29 29 <code>https</code>, <code>at</code> (AT Protocol) and <code>diffuse</code> 30 30 (references internal facets).
+5 -2
src/styles/diffuse/page.css
··· 233 233 234 234 label { 235 235 display: block; 236 - font-size: var(--fs-sm); 237 - font-weight: 500; 236 + font-size: var(--fs-xs); 237 + font-weight: 600; 238 + letter-spacing: var(--tracking-wide); 238 239 margin-bottom: var(--space-3xs); 240 + opacity: 0.6; 241 + text-transform: uppercase; 239 242 } 240 243 241 244 input,