mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-24 08:57:47 +00:00
Tweak Opacity of Video Thumbnail Placeholder
This commit is contained in:
parent
859d0bd1ea
commit
ddbd1d21c9
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@
|
|||
object-fit: contain;
|
||||
-o-object-position: center;
|
||||
object-position: center;
|
||||
opacity: 0.5;
|
||||
background-color: rgba(255,255,255,0.2);
|
||||
opacity: 0.25;
|
||||
background-color: rgba(255,255,255,0.4);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue