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.

fix: dropdown text color

+5 -5
+5 -5
src/styles/diffuse/page.css
··· 206 206 */ 207 207 208 208 .dropdown { 209 - position: fixed; 210 - position-area: bottom span-left; 211 - margin: 0; 212 - margin-top: var(--space-3xs); 213 - 214 209 background: var(--bg-color); 215 210 border: 0; 216 211 border-radius: var(--radius-md); 217 212 box-shadow: var(--box-shadow-lg); 213 + color: var(--text-color); 218 214 font-size: var(--fs-xs); 215 + margin: 0; 216 + margin-top: var(--space-3xs); 219 217 padding: 0; 218 + position: fixed; 219 + position-area: bottom span-left; 220 220 text-align: left; 221 221 222 222 &::backdrop {