Fix: Reduced the intensity of drop shadow behind posters in the media page

This commit is contained in:
lscambo13
2025-05-14 14:06:23 -07:00
parent cfb4bc772f
commit 03b5ae35e7

View File

@@ -602,8 +602,8 @@ html {
}
.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));
-webkit-filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, 0.25));
filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, 0.25));
}
.detailButton {