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 logo on about page and replace blockquote background

+4 -5
+2 -2
src/Css/About.css
··· 28 28 29 29 & p { 30 30 @apply leading-tight text-5xl; 31 - background: url(images/Background/7.jpg); 32 - background-position: center top; 31 + background: url(images/Background/21.jpg); 32 + background-position: center 33%; 33 33 background-size: cover; 34 34 color: #B7C2D4; 35 35
-1
src/Css/Logo.css
··· 2 2 opacity: 0.85; 3 3 4 4 & img { 5 - display: block; 6 5 width: 154px; 7 6 } 8 7 }
+1 -1
src/Static/About/About.md
··· 197 197 198 198 - **Tracks have a context menu** which can be opened by either right clicking, 199 199 or holding it (ie. a long tap). Use the ALT key whilst right clicking 200 - on a track to show the alternative track-context menu with more options. 200 + on a track to show the alternative track-context menu with more specialized options. 201 201 - **You can reorder items** in the queue or a playlist with drag-and-drop. 202 202 Select the item you want to move by tapping on it, then tap and hold to move it around. 203 203 - You can select multiple tracks using the SHIFT key and then add that selection
+1 -1
src/Static/About/Layout.html
··· 26 26 27 27 <main class="max-w-2xl mx-auto"> 28 28 <a class="inline-block logo" href="../"> 29 - <img class="dark:hidden" src="../images/diffuse-dark.svg" /> 29 + <img class="block dark:hidden" src="../images/diffuse-dark.svg" /> 30 30 <img class="hidden dark:block" src="../images/diffuse-light.svg" /> 31 31 <h1>Diffuse</h1> 32 32 </a>