Enhance video backdrop styling for TV layout and improve focus management in slideshow

This commit is contained in:
CodeDevMLH
2026-02-11 18:22:44 +01:00
parent cc025779dc
commit 1f9378d74d
2 changed files with 31 additions and 0 deletions

View File

@@ -995,3 +995,15 @@
.dots-container .slide-counter {
margin: 0;
}
.layout-tv .video-backdrop {
top: -5%;
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%);
}