New: Reduced the shadow intensity behind the poster in main media page
This commit is contained in:
parent
fda94b5794
commit
77a94bbea8
1 changed files with 5 additions and 0 deletions
|
|
@ -540,6 +540,11 @@ html {
|
||||||
width: 23vw !important;
|
width: 23vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile .detailImageContainer .card {
|
||||||
|
-webkit-filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, 0.75));
|
||||||
|
filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, 0.75));
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 62.5em) {
|
@media (max-width: 62.5em) {
|
||||||
.layout-desktop .itemBackdrop {
|
.layout-desktop .itemBackdrop {
|
||||||
height: 7em !important;
|
height: 7em !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue