Personal Site
0
fork

Configure Feed

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

Resolve alignment issues with NowPlaying the popup was nested in a button

+2
+2
src/components/home/playing/NowPlaying.astro
··· 364 364 position: absolute; 365 365 left: anchor(--player left); 366 366 bottom: calc(anchor(--player top) + 5cqh); 367 + text-align: left; 367 368 368 369 & img { 369 370 mask-image: var(--small-box-mask-png); 370 371 mask-size: contain; 372 + margin-left: 15px; 371 373 } 372 374 373 375 & a {