Fix: Reduced the intensity of drop shadow behind posters in the media page
This commit is contained in:
parent
cfb4bc772f
commit
03b5ae35e7
1 changed files with 2 additions and 2 deletions
|
|
@ -602,8 +602,8 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailImageContainer .card {
|
.layout-mobile .detailImageContainer .card {
|
||||||
-webkit-filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, 0.75));
|
-webkit-filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, 0.25));
|
||||||
filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, 0.75));
|
filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, 0.25));
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailButton {
|
.detailButton {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue