Enhance video backdrop styling for TV layout and improve focus management in slideshow
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user