mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-12 00:50:39 +00:00
remove player control shadows
This commit is contained in:
parent
7f28b54ce8
commit
b4908574bf
1 changed files with 0 additions and 2 deletions
|
|
@ -65,7 +65,6 @@ html:not(.active-slider-within) {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
box-shadow: 0 0 8rem 6rem @color-background-dark5;
|
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -102,7 +101,6 @@ html:not(.active-slider-within) {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
box-shadow: 0 0 8rem 8rem @color-background-dark5;
|
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue