Personal Site
0
fork

Configure Feed

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

Mask the image in the popout to fit in better

+7
src/assets/small-box-mask.png

This is a binary file and will not be displayed.

+7
src/components/playing/NowPlaying.astro
··· 349 349 display: block; 350 350 } 351 351 } 352 + 353 + now-playing { 354 + [slot="art"] { 355 + mask-image: var(--small-box-mask-png); 356 + mask-size: contain; 357 + } 358 + } 352 359 </style> 353 360 354 361 <script>