2024-11-08, 07:18 AM
(This post was last modified: 2024-11-08, 07:19 AM by Efficient_Good_5784. Edited 1 time in total.)
You can also use this code to make that overlay smaller and give it a design (along with the trickplay container):
Code:
.chapterThumbTextContainer {
width: fit-content;
margin: 0 auto 9px 9px;
position: absolute;
border-radius: 12px !important;
padding: 0px 5px 0px 4px;
backdrop-filter: blur(6px);
background: rgba(0,0,0,.5);
}
.chapterThumbContainer,
.chapterThumbWrapper,
.sliderBubble {
border-radius: 12px !important;
}
h2.chapterThumbText {
font-size: 1.7em;
font-weight: 450;
padding: .15em 0;
}
.chapterThumbText {
font-size: 1.4em;
padding: .15em 0;
}
.chapterThumbText-dim {
opacity: 1;
}