Darkening instead of lightening blurred scene banner background in dark theme.

This commit is contained in:
2026-01-26 16:56:55 +01:00
parent af99491533
commit b6ca08727f

View File

@@ -149,6 +149,10 @@ const coversInAlbum = props.release.covers?.length > 0 && props.release.trailer;
overflow: hidden; overflow: hidden;
} }
.dark .banner {
backdrop-filter: brightness(70%) blur(1rem);
}
.poster-container { .poster-container {
flex-shrink: 0; flex-shrink: 0;
margin-right: .5rem; margin-right: .5rem;