improve transition on fullscreen player images

This commit is contained in:
jeffvli
2025-12-04 21:33:03 -08:00
parent de86f687ea
commit d463030271
6 changed files with 804 additions and 168 deletions
@@ -6,11 +6,23 @@
background: var(--theme-colors-background);
}
.background-image {
position: absolute;
top: 0;
left: 0;
z-index: -2;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.background-image-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 0;
z-index: -1;
width: 100%;
height: 100%;
background: var(--theme-overlay-header);
@@ -87,6 +99,9 @@
}
.album-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;