Adjust backdrop container positioning for TV layout

This commit is contained in:
CodeDevMLH
2026-02-11 20:15:17 +01:00
parent cfe9dec550
commit 75757d67e7

View File

@@ -996,7 +996,11 @@
margin: 0;
}
.layout-tv .video-backdrop {
.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%,
@@ -1005,4 +1009,4 @@
#fff0 2%,
rgb(0 0 0 / 0.5) 6%,
#000000 8%);
}
} */