Refactor visibility management in slideshow and video playback; optimize state updates and debounce observer for improved performance.

This commit is contained in:
CodeDevMLH
2026-02-12 02:28:32 +01:00
parent ccba1857e1
commit a90f805ea8
2 changed files with 59 additions and 35 deletions

View File

@@ -999,14 +999,3 @@
.layout-tv .backdrop-container{
top: -5%;
}
/* .layout-tv .video-backdrop {
mask-image: linear-gradient(to top,
#fff0 2%,
rgb(0 0 0 / 0.5) 6%,
#000000 8%);
-webkit-mask-image: linear-gradient(to top,
#fff0 2%,
rgb(0 0 0 / 0.5) 6%,
#000000 8%);
} */