Personal Site
0
fork

Configure Feed

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

Dont let the nowplaying expand beyond 400px on mobile

+4
+4
src/components/home/playing/NowPlaying.astro
··· 211 211 contain: layout size style; 212 212 container: player / size; 213 213 width: 100%; 214 + @media (max-width: 90ch) { 215 + /* max width is so the scroll siblings are visible */ 216 + max-width: 400px; 217 + } 214 218 /* design size is 300px by 244px 215 219 treat 1cqw = 3px. 216 220 */