mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 07:11:48 +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;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 8rem 6rem @color-background-dark5;
|
||||
content: "";
|
||||
}
|
||||
|
||||
|
|
@ -102,7 +101,6 @@ html:not(.active-slider-within) {
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 8rem 8rem @color-background-dark5;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue