Fix Poster Sharpness

Chrome (on Windows only) was showing the posters with high sharpness, this made it hard to read text on some posters (including the title), this one css style seems to fix it, and I didn't notice it impacting other cases yet.
This commit is contained in:
Alexandru Branza 2024-12-23 14:26:51 +02:00
parent 22b877f2f6
commit 30b7588236

View file

@ -166,6 +166,7 @@
object-position: center;
object-fit: cover;
opacity: 0.9;
overflow-clip-margin: unset;
}
.placeholder-icon {