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: stretch out guide

+9 -7
+4 -4
src/guide.vto
··· 14 14 <h1 hidden>Guide</h1> 15 15 16 16 <div class="columns"> 17 - <section> 17 + <section class="flex"> 18 18 <h2>Concept</h2> 19 19 20 20 <p> ··· 34 34 </p> 35 35 </section> 36 36 37 - <section> 37 + <section class="flex"> 38 38 <h2>Getting started</h2> 39 39 40 40 <ul style="display: flex; flex-direction: column; gap: var(--space-md); margin-top: var(--space-md); padding-left: 0"> ··· 75 75 <h2>Tutorial</h2> 76 76 77 77 <div class="columns"> 78 - <div> 78 + <div class="flex"> 79 79 <p> 80 80 <strong>Diffuse is not your typical streaming service, you have to add sources of audio so you have stuff to play.</strong> This button below adds some demo content, so you can experiment with the software right away. Wait until processing is completed. 81 81 </p> ··· 105 105 </p> 106 106 </div> 107 107 108 - <div> 108 + <div class="flex"> 109 109 <p> 110 110 Interfaces can also be added to your dashboard, but it's not required, you can try them out right away by clicking the link in their title. For interfaces that are more like traditional web applications, delivering more encompassing experiences, look at <a href="themes/">themes</a>. 111 111 </p>
+5 -3
src/styles/diffuse/page.css
··· 161 161 flex: 1; 162 162 margin-bottom: var(--space-xs); 163 163 min-width: var(--container-3xs); 164 - } 165 164 166 - .flex p { 167 - max-width: 100%; 165 + p, 166 + ul, 167 + ol { 168 + max-width: 100%; 169 + } 168 170 } 169 171 170 172 /**