a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: smaller duration column

no need to be that large

intergrav 3ac5bb4b 3dd7663e

+6
+6
src/css/components.css
··· 218 218 width: calc(var(--art-song) * 2); 219 219 } 220 220 221 + /* duration column width */ 222 + #queue-table th:nth-child(5), 223 + #queue-table td:nth-child(5) { 224 + width: 6rem; 225 + } 226 + 221 227 /* drag and drop states */ 222 228 tbody tr.dragging { 223 229 opacity: 0.5;