Personal Site

Mask the image in the popout to fit in better

vielle.dev 30f6c94e 61d8059f

verified
+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>