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.

fix: use dvh

should fix height on mobile

intergrav c9fd5549 6cdf531d

+2 -2
+1 -1
src/css/base.css
··· 50 50 cursor: default; 51 51 } 52 52 53 - /* responsive sizing for mobile */ 53 + /* mobile */ 54 54 @media (max-width: 768px) { 55 55 html { 56 56 font-size: 1rem;
+1 -1
src/css/components.css
··· 1 1 /* LAYOUT */ 2 2 body { 3 - height: 100vh; 3 + height: 100dvh; 4 4 display: grid; 5 5 grid-template-columns: 20rem 1fr; 6 6 grid-template-rows: 1fr auto auto;