Personal Site
0
fork

Configure Feed

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

Formatting tweak

+2 -2
+2 -2
src/components/home/playing/NowPlaying.astro
··· 208 208 209 209 .playing { 210 210 z-index: 2; 211 - 211 + 212 212 /* mobile border image */ 213 213 @media (max-width: 90ch) { 214 214 image-rendering: pixelated; ··· 336 336 background-image: var(--mp3-base-png); 337 337 background-size: contain; 338 338 339 - z-index: -99999 339 + z-index: -99999; 340 340 } 341 341 342 342 .player:focus,