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

Configure Feed

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

fix: oops

+4 -4
+4 -4
src/css/components.css
··· 256 256 background: var(--bg-secondary); 257 257 } 258 258 259 - :not(.no-animations) #queue #queue-table tbody tr.currently-playing { 259 + html:not(.no-animations) #queue #queue-table tbody tr.currently-playing { 260 260 animation: pulse 4s linear infinite; 261 261 } 262 262 ··· 346 346 /* CONTEXT MENU */ 347 347 #context-menu { 348 348 position: fixed; 349 - background: var(--bg-context-menu); 349 + background: Menu; 350 350 border: 1px solid var(--border); 351 351 border-radius: 0.25rem; 352 352 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); ··· 354 354 min-width: 10rem; 355 355 } 356 356 357 - :not(.no-animations) #context-menu { 358 - background: Menu; 357 + html:not(.no-animations) #context-menu { 358 + background: var(--bg-context-menu); 359 359 backdrop-filter: blur(16px); 360 360 } 361 361