Adds background/placeholder image for album covers

This commit is contained in:
aarbit 2024-06-25 15:29:24 -05:00
parent 3f34ac16bf
commit 1180a8c457

View File

@ -7,6 +7,7 @@
.photoContainer {
width: clamp(5vmin, 15vmin, 25vmin);
height: clamp(5vmin, 15vmin, 25vmin);
background-image: url("/prettyplayer-logo.svg");
}
.photo {