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: pixelated rendering for silk icons

maybe we could use a different icon set in the future that uses svgs, but i really like silk and i think it fits very well for this style..

intergrav 9fbfe530 d5493a41

+5
+5
src/css/components.css
··· 311 311 display: block; 312 312 margin-bottom: 0.5rem; 313 313 } 314 + 315 + /* famfamfam-silk icons: force pixelated rendering for retina displays */ 316 + img[src*="famfamfam-silk"] { 317 + image-rendering: pixelated; 318 + }