mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
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:
parent
22b877f2f6
commit
30b7588236
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@
|
|||
object-position: center;
|
||||
object-fit: cover;
|
||||
opacity: 0.9;
|
||||
overflow-clip-margin: unset;
|
||||
}
|
||||
|
||||
.placeholder-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue