mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use second filter instead of opacity in MetaPreview
This commit is contained in:
parent
e2adc69f4a
commit
3ffc041ff6
1 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
|||
z-index: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--color-backgrounddarker);
|
||||
|
||||
&.compact {
|
||||
.meta-info {
|
||||
|
|
@ -41,8 +40,7 @@
|
|||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
opacity: 0.8;
|
||||
filter: blur(5px);
|
||||
filter: blur(5px) brightness(80%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue