mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
filter shadow fixed in chrome
This commit is contained in:
parent
25847be23f
commit
5b13e7a5cf
1 changed files with 2 additions and 2 deletions
|
|
@ -42,15 +42,15 @@
|
|||
.play-icon-container {
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
height: 40%;
|
||||
width: 100%;
|
||||
height: 40%;
|
||||
z-index: 2;
|
||||
overflow: visible;
|
||||
visibility: var(--play-icon-visibility, collapse);
|
||||
filter: drop-shadow(0 0 0.5em var(--color-backgroundlight));
|
||||
|
||||
.play-icon-background {
|
||||
fill: var(--color-surfacelighter);
|
||||
filter: drop-shadow(0 0 0.5em var(--color-backgroundlight));
|
||||
}
|
||||
|
||||
.play-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue