New: Reduced the shadow intensity behind the poster in main media page

This commit is contained in:
lscambo13
2025-05-10 12:22:49 -07:00
parent fda94b5794
commit 77a94bbea8

View File

@@ -540,6 +540,11 @@ html {
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) {
.layout-desktop .itemBackdrop {
height: 7em !important;