mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Reduced the shadow intensity behind the poster in main media page
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user