feat(ambient-mode): support ambient mode on Song section

resolve #1555
This commit is contained in:
Su-Yong
2023-12-29 21:46:27 +09:00
parent f46c431f4c
commit f0f5d9da2f
2 changed files with 91 additions and 2 deletions

View File

@ -24,3 +24,17 @@
#song-video .html5-video-container > video {
top: 0 !important;
}
#song-image .html5-blur-image {
position: absolute;
left: var(--left, 0px);
top: var(--top, 0px);
width: var(--width, 100%) !important;
height: var(--height, 100%) !important;
filter: blur(var(--blur, 100px));
opacity: var(--opacity, 1);
pointer-events: none;
}